Skip to content

Commit 48c47f9

Browse files
committed
disable Publish action for main push
1 parent 045ffb9 commit 48c47f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# repository_url: https://test.pypi.org/legacy/
4949
# skip_existing: true
5050
- name: Publish package to PyPI (only if pushing a tag)
51-
# if: startsWith(github.ref, 'refs/tags')
51+
if: startsWith(github.ref, 'refs/tags')
5252
uses: pypa/gh-action-pypi-publish@release/v1
5353
with:
5454
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)