Skip to content

Commit 4abfbfa

Browse files
committed
revert dist publish disable
1 parent 948bc6f commit 4abfbfa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-dist.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ jobs:
2929
publish-to-pypi:
3030
name: >-
3131
Publish Python 🐍 distribution 📦 to PyPI
32-
# if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
33-
# DISABLE FOR REWRITE
34-
if: false
32+
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
3533
needs:
3634
- build
3735
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)