Skip to content

Commit 23ac2da

Browse files
Bump pypa/gh-action-pypi-publish in /.github/workflows (#147)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.4.2 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.4.2...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 5a27660 commit 23ac2da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ jobs:
103103
- name: |
104104
Publish to TestPyPI when pushing to release-* branch.
105105
You better test with a1, a2, b1, b2 releases first.
106-
uses: pypa/gh-action-pypi-publish@v1.4.2
106+
uses: pypa/gh-action-pypi-publish@v1.13.0
107107
if: startsWith(github.ref, 'refs/heads/release-')
108108
with:
109109
user: __token__
110110
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
111111
repository_url: https://test.pypi.org/legacy/
112112
- name: Publish to PyPI when tagged
113113
if: startsWith(github.ref, 'refs/tags')
114-
uses: pypa/gh-action-pypi-publish@v1.4.2
114+
uses: pypa/gh-action-pypi-publish@v1.13.0
115115
with:
116116
user: __token__
117117
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)