Skip to content

Commit c53d2ce

Browse files
Bump pypa/gh-action-pypi-publish in /.github/workflows (#178)
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 9387bdb commit c53d2ce

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
@@ -33,15 +33,15 @@ jobs:
3333
make dist
3434
3535
- name: Publish to Test PyPI
36-
uses: pypa/gh-action-pypi-publish@v1.3.0
36+
uses: pypa/gh-action-pypi-publish@v1.13.0
3737
with:
3838
user: ${{ secrets.PYPI_TEST_USERNAME }}
3939
password: ${{ secrets.PYPI_TEST_PASSWORD }}
4040
repository_url: ${{ secrets.PYPI_TEST_REPOSITORY }}
4141
skip_existing: true
4242

4343
- name: Publish to Production 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_PROD_USERNAME }}
4747
password: ${{ secrets.PYPI_PROD_PASSWORD }}

0 commit comments

Comments
 (0)