mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
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:
parent
c11a08cf88
commit
96b63ed65f
1 changed files with 1 additions and 4 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue