We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd98fc commit a692c3aCopy full SHA for a692c3a
2 files changed
.github/actions/build-package/action.yml
@@ -35,5 +35,5 @@ runs:
35
- name: Upload wheels
36
uses: actions/upload-artifact@v4
37
with:
38
- name: wheels-${{ env.TARGET }}
+ name: wheels-${{ inputs.python-version }}-${{ env.TARGET }}
39
path: dist
.github/workflows/release-worker.yml
@@ -51,5 +51,5 @@ jobs:
51
tag_name: ${{ github.ref_name }}
52
name: ${{ github.ref_name }}
53
files: artifacts/**/*
54
- draft: true
+ draft: false
55
prerelease: false
0 commit comments