We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 318802b commit cff3e97Copy full SHA for cff3e97
2 files changed
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
hatch build
32
33
- name: Publish package on PyPI
34
- uses: pypa/gh-action-pypi-publish@v1.8.10
+ uses: pypa/gh-action-pypi-publish@v1.13.0
35
with:
36
user: __token__
37
password: ${{ secrets.PYPI_API_TOKEN }}
.github/workflows/test-publish.yml
- name: Publish package on TestPyPI
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
0 commit comments