Skip to content

Commit

Permalink
Merge pull request #74 from OpenAstronomy/dependabot/github_actions/p…
Browse files Browse the repository at this point in the history
…ypa/cibuildwheel-2.10.1
  • Loading branch information
ConorMacBride authored Sep 19, 2022
2 parents 8c340ad + a9d6c5b commit a1c0697
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
with:
platforms: all
- name: Run cibuildwheel
uses: pypa/cibuildwheel@v2.9.0
uses: pypa/cibuildwheel@v2.10.1
with:
output-dir: dist
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
with:
test_extras: test
test_command: pytest --pyargs test_package
timeout-minutes: 20
timeout-minutes: 30
release:
uses: ./.github/workflows/publish.yml
with:
Expand All @@ -20,7 +20,7 @@ jobs:
- cp39-macosx_arm64
- cp3?-win_amd64
- cp39-manylinux_aarch64
timeout-minutes: 20
timeout-minutes: 30
release_sdist_only:
uses: ./.github/workflows/publish.yml
with:
Expand Down

0 comments on commit a1c0697

Please sign in to comment.