Skip to content

Commit 88a9fcd

Browse files
committed
Remove if statement from PyPI workflow
1 parent 498843a commit 88a9fcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish_pypi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
publish-to-pypi:
3535
name: >-
3636
Publish Python distribution to PyPI
37-
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
3837
needs:
3938
- build
4039
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)