Skip to content

Commit

Permalink
deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wannesm committed Jun 16, 2024
1 parent 33e987e commit 23b5f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [macos-13-arm64, macos-14-arm64]
os: [macos-13-arm64, macos-14-arm64] # these runners are not yet being picked up by github actions (yet?)
python-version: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
runs-on: ubuntu-latest
# upload to PyPI on every tag starting with 'v'
# if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
needs: [build_unix,build_macos,build_windows,build_macos_arm,build_sdist]
needs: [build_unix,build_macos,build_windows,build_sdist]

steps:
- uses: actions/download-artifact@v2
Expand Down

0 comments on commit 23b5f7d

Please sign in to comment.