Skip to content

Commit c0aade4

Browse files
committed
CI release stuff.
1 parent 04ad626 commit c0aade4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ jobs:
6161
- uses: actions/download-artifact@v4
6262
with:
6363
path: dist
64+
merge-multiple: true
6465

65-
- uses: pypa/gh-action-pypi-publish@master
66+
- uses: pypa/gh-action-pypi-publish@release/v1
6667
with:
6768
skip_existing: true
6869
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)