Skip to content

Commit 0dbaa3e

Browse files
committed
ci
1 parent 1f4a4ab commit 0dbaa3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ jobs:
6060
- name: Download all wheels
6161
uses: actions/download-artifact@v4
6262
with:
63+
pattern: cibuildwheel-wheels-*
64+
merge-multiple: true
6365
path: dist
6466

6567
- name: Publish to PyPI
6668
uses: pypa/gh-action-pypi-publish@release/v1
6769
with:
68-
user: __token__
69-
password: ${{ secrets.PYPI_API_TOKEN }}
7070
packages_dir: dist

0 commit comments

Comments
 (0)