Skip to content

Commit f0f99ac

Browse files
authored
Update deploy.yaml
1 parent 588d6fa commit f0f99ac

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/deploy.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,17 @@ jobs:
2929
matrix:
3030
buildplat:
3131
- [ubuntu-22.04, manylinux_x86_64, x86_64]
32-
- [macos-11, macosx_*, x86_64]
33-
- [windows-2019, win_amd64, AMD64]
34-
python: ["cp39", "cp310", "cp311", "cp312"]
32+
- [macos-13, macosx_*, x86_64]
33+
- [windows-2022, win_amd64, AMD64]
34+
- [macos-14, macos_*, arm64]
35+
python: ["cp311", "cp312", "cp313", "cp314"]
3536
steps:
3637
- uses: actions/checkout@v4
3738
with:
3839
fetch-depth: 0
3940

4041
- name: Build wheels
41-
uses: pypa/cibuildwheel@v2.19.1
42+
uses: pypa/cibuildwheel@v3.2.1
4243
env:
4344
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
4445
CIBW_ARCHS: ${{ matrix.buildplat[2] }}
@@ -94,7 +95,7 @@ jobs:
9495
path: dist
9596

9697
- name: upload_source_and_wheels
97-
uses: pypa/gh-action-pypi-publish@v1.8.10
98+
uses: pypa/gh-action-pypi-publish@v1.13.0
9899
with:
99100
skip_existing: true
100101
repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)