Skip to content

Commit

Permalink
add workflow_dispatch: to enable manual testing for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
tripleee committed Nov 4, 2023
1 parent 4891d60 commit f3d7348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish to PyPI and TestPyPI

on: push
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit f3d7348

Please sign in to comment.