We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588d6fa commit f0f99acCopy full SHA for f0f99ac
.github/workflows/deploy.yaml
@@ -29,16 +29,17 @@ jobs:
29
matrix:
30
buildplat:
31
- [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"]
+ - [macos-13, macosx_*, x86_64]
+ - [windows-2022, win_amd64, AMD64]
+ - [macos-14, macos_*, arm64]
35
+ python: ["cp311", "cp312", "cp313", "cp314"]
36
steps:
37
- uses: actions/checkout@v4
38
with:
39
fetch-depth: 0
40
41
- name: Build wheels
- uses: pypa/cibuildwheel@v2.19.1
42
+ uses: pypa/cibuildwheel@v3.2.1
43
env:
44
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
45
CIBW_ARCHS: ${{ matrix.buildplat[2] }}
@@ -94,7 +95,7 @@ jobs:
94
95
path: dist
96
97
- name: upload_source_and_wheels
- uses: pypa/gh-action-pypi-publish@v1.8.10
98
+ uses: pypa/gh-action-pypi-publish@v1.13.0
99
100
skip_existing: true
101
repository_url: https://test.pypi.org/legacy/
0 commit comments