Skip to content

Commit

Permalink
github: more publish workflows fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Apr 5, 2024
1 parent a0fe577 commit 31f050c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
path: ./dist

publish-to-pypi:
Expand All @@ -61,7 +62,7 @@ jobs:
- name: Download wheels
uses: actions/download-artifact@v4
with:
path: ./dist
name: wheels
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 31f050c

Please sign in to comment.