Skip to content

Commit 6785c7e

Browse files
authored
Merge pull request #62 from toshi-pono/fix/release-dist-name
fix: update artifact name in release workflow
2 parents 3f1ccd3 + 9df318d commit 6785c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- uses: actions/download-artifact@v4
7373
with:
74-
name: test-dist
74+
name: dist
7575
path: ${{ inputs.working-directory }}/dist/
7676

7777
- name: Publish to test PyPI

0 commit comments

Comments
 (0)