Skip to content

Commit

Permalink
Increase allowed upload time for the release
Browse files Browse the repository at this point in the history
The timeout was hit at 14 minutes and the 1.18.1 release only
partially uploaded
  • Loading branch information
bdraco committed Nov 29, 2024
1 parent 2cc2ebf commit 9070d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ jobs:
- build-wheels-for-tested-arches
- pre-setup # transitive, for accessing settings
runs-on: ubuntu-latest
timeout-minutes: 14
timeout-minutes: 30

permissions:
contents: write # IMPORTANT: mandatory for making GitHub Releases
Expand Down

0 comments on commit 9070d7c

Please sign in to comment.