We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462bc8a commit 73e72f4Copy full SHA for 73e72f4
.github/workflows/pip.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/checkout@v5
26
27
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
28
with:
29
python-version: ${{ matrix.python-version }}
30
.github/workflows/wheels.yml
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
- - uses: pypa/cibuildwheel@v3.1
+ - uses: pypa/cibuildwheel@v3.2
48
env:
49
CIBW_ARCHS_MACOS: auto universal2
50
@@ -66,7 +66,7 @@ jobs:
66
if: github.event_name == 'release' && github.event.action == 'published'
67
68
69
70
71
python-version: "3.x"
72
0 commit comments