We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b51ef commit bba9abfCopy full SHA for bba9abf
1 file changed
.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