summaryrefslogtreecommitdiff
path: root/.github/workflows/publish.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/publish.yaml')
-rw-r--r--.github/workflows/publish.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml
index 1826547..e3ce762 100644
--- a/.github/workflows/publish.yaml
+++ b/.github/workflows/publish.yaml
@@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
with:
ref: ${{ inputs.tag }}
- - uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
+ - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
with:
python-version: '3.x'
cache: 'pip'
@@ -50,7 +50,7 @@ jobs:
uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18
with:
platforms: arm64
- - uses: joerick/cibuildwheel@27fc88e6385a995e61a87ee4b903bed263e6a6e2
+ - uses: joerick/cibuildwheel@a808017c3962f4d678fe685239668aad8c150932
env:
# For workflow_dispatch, only build the new Python version.
CIBW_BUILD: "${{ inputs.python && format('{0}-*', inputs.python) || null }}"