Skip to content

Commit bc25c31

Browse files
Bump pypa/gh-action-pypi-publish in /.github/workflows (#129)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.3.0 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.3.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43f95c1 commit bc25c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ jobs:
4141
make docs
4242
4343
- name: Publish to Test PyPI
44-
uses: pypa/gh-action-pypi-publish@v1.3.0
44+
uses: pypa/gh-action-pypi-publish@v1.13.0
4545
with:
4646
user: ${{ secrets.PYPI_TEST_USERNAME }}
4747
password: ${{ secrets.PYPI_TEST_PASSWORD }}
4848
repository_url: https://test.pypi.org/legacy/
4949
skip_existing: true
5050

5151
- name: Publish to Production PyPI
52-
uses: pypa/gh-action-pypi-publish@v1.3.0
52+
uses: pypa/gh-action-pypi-publish@v1.13.0
5353
with:
5454
user: ${{ secrets.PYPI_PROD_USERNAME }}
5555
password: ${{ secrets.PYPI_PROD_PASSWORD }}

0 commit comments

Comments
 (0)