Skip to content

Commit abf6e4c

Browse files
committed
Fix the usage of the pypa/gh-action-pypi-publish action
Fix the used version. Switch to trusted publisher instead of password authentication.
1 parent b6b1319 commit abf6e4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
python -m build --sdist --wheel --outdir dist/
3434
3535
- name: Publish to PyPI
36-
uses: pypa/gh-action-pypi-publish@v1.8.11
36+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)