Skip to content

Commit 8ae4257

Browse files
Bump pypa/gh-action-pypi-publish in /.github/workflows
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.0 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.5.0...v1.13.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6e0ad4d commit 8ae4257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ jobs:
5757
python3 -m build --sdist --wheel
5858
twine check dist/*
5959
- name: Publish package to TestPyPI
60-
uses: pypa/gh-action-pypi-publish@v1.5.0
60+
uses: pypa/gh-action-pypi-publish@v1.13.0
6161
with:
6262
print_hash: true
6363
user: __token__
6464
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
6565
repository_url: https://test.pypi.org/legacy/
6666
- name: Publish package to PyPI
6767
if: startsWith(github.ref, 'refs/tags')
68-
uses: pypa/gh-action-pypi-publish@v1.5.0
68+
uses: pypa/gh-action-pypi-publish@v1.13.0
6969
with:
7070
print_hash: true
7171
user: __token__

0 commit comments

Comments
 (0)