mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-03-06 11:11:22 +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