Skip to content

Commit bba9abf

Browse files
authored
Update main.yml
1 parent c5b51ef commit bba9abf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)