Skip to content

Commit 3542ff4

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.4.2 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.4.2...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 c9602f2 commit 3542ff4

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,14 +57,14 @@ 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.4.2
60+
uses: pypa/gh-action-pypi-publish@v1.13.0
6161
with:
6262
user: __token__
6363
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
6464
repository_url: https://test.pypi.org/legacy/
6565
- name: Publish package to PyPI
6666
if: startsWith(github.ref, 'refs/tags')
67-
uses: pypa/gh-action-pypi-publish@v1.4.2
67+
uses: pypa/gh-action-pypi-publish@v1.13.0
6868
with:
6969
user: __token__
7070
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)