Skip to content

Commit b8cfa7e

Browse files
Bump pypa/gh-action-pypi-publish in the github-actions group (#1210)
Bumps the github-actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.12.3 to 1.12.4 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@67339c7...76f52bc) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e4f7c4 commit b8cfa7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
- name: Build package
5656
run: python -m build
5757
- name: Publish distribution to Test PyPI
58-
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
58+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
5959
with:
6060
password: ${{ secrets.TESTPYPI_PUBLISH_PASSWORD }}
6161
repository_url: https://test.pypi.org/legacy/
6262
- name: Publish package to PyPI
6363
if: startsWith(github.ref, 'refs/tags')
64-
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
64+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
6565
with:
6666
user: __token__
6767
password: ${{ secrets.PYPI_PUBLISH_PASSWORD }}

0 commit comments

Comments
 (0)