Skip to content

Commit a692c3a

Browse files
authored
fix: Publish to PyPI workflow (#105)
1 parent 5bd98fc commit a692c3a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/build-package/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ runs:
3535
- name: Upload wheels
3636
uses: actions/upload-artifact@v4
3737
with:
38-
name: wheels-${{ env.TARGET }}
38+
name: wheels-${{ inputs.python-version }}-${{ env.TARGET }}
3939
path: dist

.github/workflows/release-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ jobs:
5151
tag_name: ${{ github.ref_name }}
5252
name: ${{ github.ref_name }}
5353
files: artifacts/**/*
54-
draft: true
54+
draft: false
5555
prerelease: false

0 commit comments

Comments
 (0)