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 eeab194 commit 708782cCopy full SHA for 708782c
.github/workflows/python.yml
@@ -41,7 +41,7 @@ jobs:
41
os: [ubuntu-latest, macos-latest, windows-latest]
42
steps:
43
- uses: actions/checkout@v4
44
- - uses: pypa/cibuildwheel@v2.10.2
+ - uses: pypa/cibuildwheel@v3.1.2
45
env:
46
CIBW_ARCHS_MACOS: auto universal2
47
- uses: actions/upload-artifact@v4
@@ -54,11 +54,11 @@ jobs:
54
runs-on: ubuntu-latest
55
if: github.event_name == 'release' && github.event.action == 'published'
56
57
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
58
with:
59
path: dist
60
61
- - uses: pypa/gh-action-pypi-publish@v1.5.0
+ - uses: pypa/gh-action-pypi-publish@v1.12.4
62
63
user: __token__
64
password: ${{ secrets.pypi_password }}
0 commit comments