Skip to content

Commit

Permalink
okay
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed May 11, 2024
1 parent c56c6db commit 38767c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python setup.py sdist
- name: Publish a Python distribution to PyPI
if: github.event_name == 'release' && github.event.action == 'published'
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
# permissions:
# id-token: write
#
# if: github.event_name == 'release' && github.event.action == 'published'
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
# steps:
# - uses: actions/download-artifact@v4
# with:
Expand Down

0 comments on commit 38767c8

Please sign in to comment.