Skip to content

Commit dba2c0f

Browse files
committed
chore: disable pypi publishing until account is set up
1 parent b0e2972 commit dba2c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
publish-to-pypi:
2929
name: >-
3030
Publish Python 🐍 distribution 📦 to PyPI
31-
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
31+
if: false # disabled until PyPI trusted publishing is configured
3232
needs:
3333
- build
3434
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)