Skip to content

Commit 64d01f8

Browse files
authored
Update main.yml
1 parent bba9abf commit 64d01f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python -m pip install --upgrade pip
1717
pip install build
1818
- name: Build a source tarball
19-
# if: startsWith(github.ref, 'refs/tags')
19+
if: startsWith(github.ref, 'refs/tags')
2020
run: |
2121
pipenv run python setup.py sdist
2222
- name: Publish distribution 📦 to PyPI

0 commit comments

Comments
 (0)