Skip to content

Commit

Permalink
Don't attempt to publish to PyPI on scheduled tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh5 committed Aug 31, 2024
1 parent 4aa4559 commit 3b24873
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ jobs:
name: Publish package to PyPI
needs: py_build
runs-on: ubuntu-latest
if: github.event_name != 'schedule'

steps:
# Fetch shallow git repository
Expand Down

0 comments on commit 3b24873

Please sign in to comment.