Skip to content

Commit

Permalink
Trigger publish to Test PyPI on release publish (#270)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Brown <[email protected]>
  • Loading branch information
ericwb authored Feb 6, 2024
1 parent afaf4ec commit c234148
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish to Test PyPI

on: workflow_dispatch
on:
release:
types: [published]
workflow_dispatch:

jobs:
build-n-publish:
Expand Down

0 comments on commit c234148

Please sign in to comment.