Skip to content

Commit

Permalink
Add artifact name to prevent additional directory being created
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen committed Apr 19, 2023
1 parent 153a297 commit ae5aaed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Upload packaged distributions
uses: actions/upload-artifact@v3
with:
name: build-output
path: ./dist

release_to_pypi:
Expand All @@ -43,6 +44,7 @@ jobs:
- name: Download packaged distributions
uses: actions/download-artifact@v3
with:
name: build-output
path: dist/

- name: Publish package distributions to PyPI
Expand Down

0 comments on commit ae5aaed

Please sign in to comment.