Skip to content

Commit

Permalink
Update publish-to-pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LuukBlom authored May 14, 2024
1 parent c0ec8be commit 3b38da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
permissions:
id-token: write
needs: upload-to-test-pypi
if: ${{ github.event_name == 'release' && (github.event.action == 'created' || github.event.action == 'published') }}
if: ${{ github.event_name == 'release' && github.event.action == 'published' }}
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 3b38da4

Please sign in to comment.