Skip to content

Commit

Permalink
FIX: Need path
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Oct 14, 2022
1 parent b07b693 commit 4bb2bcf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: dist
path: |
dist
path: dist

# PyPI on release
pypi:
Expand All @@ -49,6 +48,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: dist
path: dist
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand All @@ -64,6 +64,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: dist
path: dist
- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 4bb2bcf

Please sign in to comment.