Skip to content

Commit a22f6b3

Browse files
committed
ci: fix pypi.yml
1 parent 6c16f3b commit a22f6b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,18 @@ jobs:
3333
run: poetry build
3434
- uses: actions/upload-artifact@v4
3535
with:
36+
name: cibw-sdist
3637
path: dist/*.tar.gz
3738
upload:
3839
runs-on: ubuntu-latest
3940
needs: [build_wheels, build_sdist]
4041
steps:
4142
- uses: actions/download-artifact@v4
4243
with:
43-
name: artifact
44+
pattern: cibw-*
4445
path: dist
45-
- uses: pypa/[email protected]
46+
merge-multiple: true
47+
- uses: pypa/gh-action-pypi-publish@release/v1
4648
with:
4749
user: __token__
4850
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)