We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4a4ab commit 0dbaa3eCopy full SHA for 0dbaa3e
1 file changed
.github/workflows/cibuildwheel.yml
@@ -60,11 +60,11 @@ jobs:
60
- name: Download all wheels
61
uses: actions/download-artifact@v4
62
with:
63
+ pattern: cibuildwheel-wheels-*
64
+ merge-multiple: true
65
path: dist
66
67
- name: Publish to PyPI
68
uses: pypa/gh-action-pypi-publish@release/v1
69
- user: __token__
- password: ${{ secrets.PYPI_API_TOKEN }}
70
packages_dir: dist
0 commit comments