mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-02-02 19:39:14 +01:00
master is deprecated for gh-action-pypi-publis - use release/v1
This commit is contained in:
parent
8849943d33
commit
4f65d9cd8e
2
.github/workflows/release_to_pypi.yml
vendored
2
.github/workflows/release_to_pypi.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
python -m build
|
||||
twine check --strict dist/*
|
||||
- name: Publish distribution to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user