Update to latest stable release of pypi-publish action
`pypi-publish` action's `master` branch is deprecated:
699cd6103f/README.md (-master-branch-sunset-)
This commit is contained in:
5
.github/workflows/pypi-publish.yml
vendored
5
.github/workflows/pypi-publish.yml
vendored
@@ -16,7 +16,4 @@ jobs:
|
||||
- name: Build
|
||||
run: python -m build --sdist --wheel
|
||||
- name: Publish to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.pypi_password }}
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
|
||||
Reference in New Issue
Block a user