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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e790002 commit fec5918

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
@@ -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)