Skip to content

Commit 329ba47

Browse files
committed
Fix artifact name
1 parent 1f54804 commit 329ba47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Retrieve artifact from Python build
3030
uses: actions/download-artifact@v4
3131
with:
32-
name: python_wheel
32+
name: oqtopus-wheel
3333
path: dist/
3434

3535
- name: upload release asset

0 commit comments

Comments
 (0)