Skip to content

Commit 53d0ee5

Browse files
authored
Update pypi-publish.yaml
Remove bad conditional in the publish section
1 parent 26f3d11 commit 53d0ee5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pypi-publish.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@ jobs:
2323
rm -fr dist
2424
python setup.py bdist_wheel sdist
2525
- name: Publish distribution 📦 to Test PyPI
26-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
2726
uses: pypa/[email protected]
2827
with:
2928
user: __token__
3029
password: ${{ secrets.test_pypi_password }}
3130
repository_url: https://test.pypi.org/legacy/
3231

3332
- name: Publish distribution 📦 to PyPI
34-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
3533
uses: pypa/[email protected]
3634
with:
3735
user: __token__

0 commit comments

Comments
 (0)