Skip to content

Commit 1a0f98b

Browse files
author
nbasili
committed
Build pypi tarball
1 parent dd3f225 commit 1a0f98b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- uses: actions/checkout@v2
50+
- name: Set up Python 3.7
51+
uses: actions/setup-python@v1
52+
with:
53+
python-version: 3.7
54+
- name: Build source tarball
55+
run: python setup.py sdist
5056
- name: Publish package
5157
uses: pypa/gh-action-pypi-publish@master
5258
with:

0 commit comments

Comments
 (0)