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 98a19cc commit 2d48dfcCopy full SHA for 2d48dfc
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
19
- name: Build wheels
20
- uses: pypa/cibuildwheel@357b80c11e6e995e6297e86386460ae84cbc5bee # v2.18.1
+ uses: pypa/cibuildwheel@6a41245b42fcb325223b8793746f10456ed07436 # v2.23.2
21
env:
22
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
23
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-*
@@ -63,7 +63,7 @@ jobs:
63
find . -name '*.tar.gz' -exec mv '{}' dist/ \;
64
find . -name '*.whl' -exec mv '{}' dist/ \;
65
- name: Publish package to test pypi
66
- uses: pypa/gh-action-pypi-publish@68e62d4871ad9d14a9d55f114e6ac71f0b408ec0 # v1.8.14
+ uses: pypa/gh-action-pypi-publish@7f25271a4aa483500f742f9492b2ab5648d61011 # v1.12.4
67
with:
68
user: __token__
69
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments