mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +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
|
- 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 }}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue