Skip to content

Commit 852f062

Browse files
authored
fix: update version of pypi upload action (#180)
1 parent 76a39ee commit 852f062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
- uses: actions/download-artifact@v4
161161
with:
162162
path: conda
163-
- uses: pypa/gh-action-pypi-publish@v1
163+
- uses: pypa/gh-action-pypi-publish@release/v1
164164
with:
165165
skip_existing: true
166166
verbose: true

0 commit comments

Comments
 (0)