We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf0e73 commit f747fb9Copy full SHA for f747fb9
.github/workflows/build.yaml
@@ -22,10 +22,10 @@ jobs:
22
- uses: actions/setup-python@v5
23
name: Install Python
24
with:
25
- python-version: '3.12'
+ python-version: "3.12"
26
27
- name: Build wheels
28
- uses: pypa/cibuildwheel@v2.17.0
+ uses: pypa/cibuildwheel@v3.4.0
29
30
- uses: actions/upload-artifact@v4
31
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
- name: Install dependencies
47
run: python -m pip install cython numpy setuptools
@@ -70,4 +70,4 @@ jobs:
70
71
user: __token__
72
password: ${{ secrets.pypi_password }}
73
- skip_existing: true
+ skip_existing: true
0 commit comments