github: update test publish workflow

This commit is contained in:
Aleix Conchillo Flaqué
2024-04-04 17:41:31 -07:00
parent 86025723e7
commit 97fe529b0e

View File

@@ -35,6 +35,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
path: ./dist
publish-to-pypi:
@@ -50,6 +51,7 @@ jobs:
- name: Download wheels
uses: actions/download-artifact@v4
with:
name: wheels
path: ./dist
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1