Skip to content

Commit ae5aaed

Browse files
committed
Add artifact name to prevent additional directory being created
1 parent 153a297 commit ae5aaed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish_release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Upload packaged distributions
3131
uses: actions/upload-artifact@v3
3232
with:
33+
name: build-output
3334
path: ./dist
3435

3536
release_to_pypi:
@@ -43,6 +44,7 @@ jobs:
4344
- name: Download packaged distributions
4445
uses: actions/download-artifact@v3
4546
with:
47+
name: build-output
4648
path: dist/
4749

4850
- name: Publish package distributions to PyPI

0 commit comments

Comments
 (0)