Skip to content

Commit

Permalink
Add workflow dispatch trigger to nightly PyPI test release
Browse files Browse the repository at this point in the history
  • Loading branch information
parasj committed Jun 21, 2023
1 parent 072eb4b commit da886fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/poetry-publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: poetry-publish-nightly
on:
schedule:
- cron: '39 23 * * *'
workflow_dispatch:

jobs:
nightly-publish-test-pypi:
Expand Down

0 comments on commit da886fc

Please sign in to comment.