Skip to content

Commit 0a9fae3

Browse files
committed
Update workflow
1 parent 7e4c750 commit 0a9fae3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish_pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
MACOSX_DEPLOYMENT_TARGET: "10.15"
1515
strategy:
1616
matrix:
17-
os: [ubuntu-22.04, macos-13, windows-latest]
17+
os: [ubuntu-22.04, macos-13, windows-latest, ubuntu-22.04-arm]
1818
cibw_archs: ["auto64"]
19-
cibw_build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
19+
cibw_build: ["cp39", "cp310", "cp311", "cp312", "cp313"]
2020

2121
steps:
2222
- uses: actions/checkout@v3
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/setup-python@v4
3030
name: Install Python
3131
with:
32-
python-version: '3.10'
32+
python-version: '3.11'
3333

3434
- name: Install cibuildwheel
3535
run: |
@@ -70,7 +70,7 @@ jobs:
7070
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
7171
TWINE_REPOSITORY: pypi
7272

73-
build_wheels_apple_silicon:
73+
build_wheels_apple_arm64:
7474
name: Build wheels on ${{ matrix.os }}
7575
runs-on: ${{ matrix.os }}
7676
env:

0 commit comments

Comments
 (0)