Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed May 18, 2024
1 parent 1a4e08c commit 5c92c50
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Upload Package to PyPi
on:
workflow_run:
workflows: [CI validation]
branches: [testpypi]
types:
- completed
push:
branches:
- 'testpypi'
# workflow_run:
# workflows: [CI validation]
# branches: [testpypi]
# types:
# - completed

permissions:
contents: read
Expand Down

0 comments on commit 5c92c50

Please sign in to comment.