Skip to content

Commit cff3e97

Browse files
Update pypa/gh-action-pypi-publish action to v1.13.0 (#8)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 318802b commit cff3e97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
hatch build
3232
3333
- name: Publish package on PyPI
34-
uses: pypa/gh-action-pypi-publish@v1.8.10
34+
uses: pypa/gh-action-pypi-publish@v1.13.0
3535
with:
3636
user: __token__
3737
password: ${{ secrets.PYPI_API_TOKEN }}

.github/workflows/test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
hatch build
3232
3333
- name: Publish package on TestPyPI
34-
uses: pypa/gh-action-pypi-publish@v1.8.10
34+
uses: pypa/gh-action-pypi-publish@v1.13.0
3535
with:
3636
user: __token__
3737
password: ${{ secrets.TEST_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)