Skip to content

Commit 2337a69

Browse files
Bump pypa/gh-action-pypi-publish in /.github/workflows (#849)
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 cff139e commit 2337a69

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
@@ -119,15 +119,15 @@ jobs:
119119
- name: |
120120
Publish to TestPyPI when pushing to release-* branch.
121121
You better test with a1, a2, b1, b2 releases first.
122-
uses: pypa/gh-action-pypi-publish@v1.4.2
122+
uses: pypa/gh-action-pypi-publish@v1.13.0
123123
if: startsWith(github.ref, 'refs/heads/release-')
124124
with:
125125
user: __token__
126126
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
127127
repository_url: https://test.pypi.org/legacy/
128128
- name: Publish to PyPI when tagged
129129
if: startsWith(github.ref, 'refs/tags')
130-
uses: pypa/gh-action-pypi-publish@v1.4.2
130+
uses: pypa/gh-action-pypi-publish@v1.13.0
131131
with:
132132
user: __token__
133133
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)