Skip to content

Commit

Permalink
fix: GH actions: set python version to 3.11 and macos to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Dec 14, 2022
1 parent ebde2fb commit ecc1594
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-10.15]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:

- uses: actions/checkout@v3
Expand All @@ -46,12 +46,14 @@ jobs:

# Used to host cibuildwheel
- uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Build wheels
uses: pypa/[email protected]
# to supply options, put them in 'env', like:
# env:
# CIBW_SOME_OPTION: value
# CIBW_SOME_OPTION: value

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ecc1594

Please sign in to comment.