Skip to content

Commit ec8eb6e

Browse files
authored
Change PyPI publish action to latest release
Updated PyPI publish action to use the latest release version.
1 parent 48a0b9f commit ec8eb6e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/pypi_deployment.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,4 @@ jobs:
3030
run: python -m build
3131

3232
- name: Publish package
33-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
34-
with:
35-
user: __token__
36-
password: ${{ secrets.PYPI_API_TOKEN }}
33+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)