Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 1595ea9

Browse files
Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.12.4
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.4.2 to 1.12.4. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.4.2...v1.12.4) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.12.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9932d34 commit 1595ea9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python -m build
4141
4242
- name: Publish dev distribution to Test PyPI
43-
uses: pypa/gh-action-pypi-publish@v1.4.2
43+
uses: pypa/gh-action-pypi-publish@v1.12.4
4444
with:
4545
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
4646
repository_url: https://test.pypi.org/legacy/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Publish production distribution to PyPI
4646
if: startsWith(github.ref, 'refs/tags') && ! github.event.release.prerelease
47-
uses: pypa/gh-action-pypi-publish@v1.4.2
47+
uses: pypa/gh-action-pypi-publish@v1.12.4
4848
with:
4949
password: ${{ secrets.PYPI_API_TOKEN }}
5050

0 commit comments

Comments
 (0)