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
|
- name: Build
|
||||||
run: python -m build --sdist --wheel
|
run: python -m build --sdist --wheel
|
||||||
- name: Publish to PyPI
|
- name: Publish to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@master
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
|
||||||
user: __token__
|
|
||||||
password: ${{ secrets.pypi_password }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user