Skip to content

Commit 2d48dfc

Browse files
authored
updates gh actions (#41)
1 parent 98a19cc commit 2d48dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Build wheels
20-
uses: pypa/cibuildwheel@357b80c11e6e995e6297e86386460ae84cbc5bee # v2.18.1
20+
uses: pypa/cibuildwheel@6a41245b42fcb325223b8793746f10456ed07436 # v2.23.2
2121
env:
2222
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
2323
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-*
@@ -63,7 +63,7 @@ jobs:
6363
find . -name '*.tar.gz' -exec mv '{}' dist/ \;
6464
find . -name '*.whl' -exec mv '{}' dist/ \;
6565
- name: Publish package to test pypi
66-
uses: pypa/gh-action-pypi-publish@68e62d4871ad9d14a9d55f114e6ac71f0b408ec0 # v1.8.14
66+
uses: pypa/gh-action-pypi-publish@7f25271a4aa483500f742f9492b2ab5648d61011 # v1.12.4
6767
with:
6868
user: __token__
6969
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)