Skip to content

Commit f8e3885

Browse files
Bump pypa/gh-action-pypi-publish in the github-actions group (#1201)
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.2 to 1.12.3 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@15c56db...67339c7) --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98b5dac commit f8e3885

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@15c56dba361d8335944d31a2ecd17d700fc7bcbc
58+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
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@15c56dba361d8335944d31a2ecd17d700fc7bcbc
64+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
6565
with:
6666
user: __token__
6767
password: ${{ secrets.PYPI_PUBLISH_PASSWORD }}

0 commit comments

Comments
 (0)