Skip to content

Commit f57156c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848
ls -l dist/
4949
- name: Publish dev release to test PyPI
5050
if: contains(github.ref, '.dev')
51-
uses: pypa/gh-action-pypi-publish@v1.8.7
51+
uses: pypa/gh-action-pypi-publish@v1.13.0
5252
with:
5353
user: __token__
5454
password: ${{ secrets.test_pypi_password }}
5555
repository_url: https://test.pypi.org/legacy/
5656
- name: Publish to PyPI
5757
if: "!contains(github.ref, '.dev')"
58-
uses: pypa/gh-action-pypi-publish@v1.8.7
58+
uses: pypa/gh-action-pypi-publish@v1.13.0
5959
with:
6060
user: __token__
6161
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)