Skip to content

Commit

Permalink
Fix publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
dladrichem committed Apr 4, 2024
1 parent 8420072 commit 097c40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
release:
types:
- published
workflow_dispatch:

jobs:
build-artifacts:
Expand Down Expand Up @@ -59,7 +60,6 @@ jobs:
upload-to-pypi:
needs: test-built-dist
if: ${{ github.event_name == 'release' && !github.event.act }}
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 097c40f

Please sign in to comment.