Skip to content

Commit d642e6a

Browse files
committed
chore: new release action
1 parent ba38197 commit d642e6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ jobs:
3939
run: python -m build
4040

4141
- name: Publish
42-
uses: pypa/gh-action-pypi-publish@v1.9.0
42+
uses: pypa/gh-action-pypi-publish@release/v1
4343
with:
44+
password: ${{ secrets.PYPI_TOKEN }}
4445
skip-existing: true
4546

4647
- name: Dump GitHub context

0 commit comments

Comments
 (0)