File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717
1818 - name : Build wheels
19- uses : pypa/cibuildwheel@v2.21.3
19+ uses : pypa/cibuildwheel@v2.22.0
2020 env :
2121 CIBW_BUILD : cp312-manylinux_x86_64
2222 CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ jobs:
3939 run : |
4040 python build_tools/github/check_wheels.py
4141 - name : Publish package to TestPyPI
42- uses : pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
42+ uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
4343 with :
4444 repository-url : https://test.pypi.org/legacy/
4545 print-hash : true
4646 if : ${{ github.event.inputs.pypi_repo == 'testpypi' }}
4747 - name : Publish package to PyPI
48- uses : pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
48+ uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
4949 if : ${{ github.event.inputs.pypi_repo == 'pypi' }}
5050 with :
5151 print-hash : true
You can’t perform that action at this time.
0 commit comments