Skip to content

Commit 604e6ba

Browse files
committed
Temporarily always publish to PyPI
To debug: always try to publish to PyPI, rather than on push with tags.
1 parent ec8d227 commit 604e6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
publish-to-pypi:
3333
name: >-
3434
Publish distribution to PyPI
35-
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
35+
# if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
3636
needs:
3737
- build
3838
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)