Skip to content

Commit 557f835

Browse files
authored
Use latest pypa/gh-action-pypi-publish in CI (#104)
1 parent 8bb9ef8 commit 557f835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
path: dist
4242

4343
- name: Push build artifacts to PyPI
44-
uses: pypa/gh-action-pypi-publish@v1.8.14
44+
uses: pypa/gh-action-pypi-publish@release/v1
4545
with:
4646
skip-existing: true
4747
user: __token__

0 commit comments

Comments
 (0)