master is deprecated for gh-action-pypi-publis - use release/v1

This commit is contained in:
Christopher Broderick 2023-10-24 13:52:13 +01:00
parent 8849943d33
commit 4f65d9cd8e

View File

@ -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 }}