We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba9abf commit 64d01f8Copy full SHA for 64d01f8
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
python -m pip install --upgrade pip
17
pip install build
18
- name: Build a source tarball
19
- # if: startsWith(github.ref, 'refs/tags')
+ if: startsWith(github.ref, 'refs/tags')
20
run: |
21
pipenv run python setup.py sdist
22
- name: Publish distribution 📦 to PyPI
0 commit comments