Skip to content

Commit b368433

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] <support@github.com>
1 parent e4aa0b3 commit b368433

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ jobs:
998998
release_id: ${{steps.create_release.outputs.id}}
999999
assets_path: ./assets/
10001000
- name: Publish python packages to test PyPI
1001-
uses: pypa/gh-action-pypi-publish@v1.4.2
1001+
uses: pypa/gh-action-pypi-publish@v1.13.0
10021002
with:
10031003
repository_url: https://test.pypi.org/legacy/
10041004
user: __token__
@@ -1007,7 +1007,7 @@ jobs:
10071007
skip_existing: true
10081008
- name: Publish python packages to production PyPI
10091009
if: contains(github.ref, 'tags/v')
1010-
uses: pypa/gh-action-pypi-publish@v1.4.2
1010+
uses: pypa/gh-action-pypi-publish@v1.13.0
10111011
with:
10121012
user: __token__
10131013
password: ${{secrets.PYPI_TOKEN}}

0 commit comments

Comments
 (0)