Skip to content

Commit 59dc0cc

Browse files
committed
Merge branch 'master' into capi
2 parents a1bfcdb + e19ccb8 commit 59dc0cc

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ jobs:
634634
uses: pypa/gh-action-pypi-publish@release/v1
635635
636636
- name: Sign the dists with Sigstore
637-
uses: sigstore/[email protected].0
637+
uses: sigstore/[email protected].1
638638
with:
639639
inputs: >-
640640
./dist/${{ needs.build-pure-python-dists.outputs.sdist-filename }}

.github/workflows/reusable-build-wheel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ jobs:
100100
uses: actions/upload-artifact@v4
101101
with:
102102
name: ${{ inputs.dists-artifact-name }}-
103-
${{ inputs.os }}-
104-
${{ inputs.qemu }}-
105-
${{ inputs.tag }}-
106-
${{ steps.gha-artifact-name.outputs.hash }}
103+
${{ inputs.os }}-
104+
${{ inputs.qemu }}-
105+
${{ inputs.tag }}-
106+
${{ steps.gha-artifact-name.outputs.hash }}
107107
path: ./wheelhouse/*.whl
108108

109109
...

0 commit comments

Comments
 (0)