github: more publish workflows fixes

This commit is contained in:
Aleix Conchillo Flaqué
2024-04-04 17:31:59 -07:00
parent a0fe57721b
commit 31f050c02b

View File

@@ -46,6 +46,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
path: ./dist
publish-to-pypi:
@@ -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: