Skip to content

Commit fec5918

Browse files
Bump pypa/gh-action-pypi-publish in /.github/workflows (#531)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e790002 commit fec5918

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
@@ -42,15 +42,15 @@ jobs:
4242
make docs
4343
4444
- name: Publish to Test PyPI
45-
uses: pypa/gh-action-pypi-publish@v1.3.0
45+
uses: pypa/gh-action-pypi-publish@v1.13.0
4646
with:
4747
user: ${{ secrets.PYPI_TEST_USERNAME }}
4848
password: ${{ secrets.PYPI_TEST_PASSWORD }}
4949
repository_url: https://test.pypi.org/legacy/
5050
skip_existing: true
5151

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

0 commit comments

Comments
 (0)