Skip to content

Commit 8fadc9d

Browse files
committed
debug
1 parent 7fbfc38 commit 8fadc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
workflow_id:
77
description: "The workflow ID to pull wheels from"
88
required: true
9-
default: "0"
109
type: string
1110

1211
jobs:
@@ -28,6 +27,7 @@ jobs:
2827
pattern: cibw-* # download all the wheels
2928
path: dist
3029
merge-multiple: true
30+
run-id: ${{ github.event.inputs.workflow_id }}
3131
- name: Check status
3232
run: ls -l dist
3333
# - name: Publish distribution 📦 to TestPyPI

0 commit comments

Comments
 (0)