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

Commit acf0c73

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 c532e00 commit acf0c73

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
@@ -43,7 +43,7 @@ jobs:
4343
python -m build
4444
4545
- name: Publish dev distribution to Test PyPI
46-
uses: pypa/gh-action-pypi-publish@v1.4.2
46+
uses: pypa/gh-action-pypi-publish@v1.12.4
4747
with:
4848
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
4949
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
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Publish production distribution to PyPI
4949
if: startsWith(github.ref, 'refs/tags') && ! github.event.release.prerelease
50-
uses: pypa/gh-action-pypi-publish@v1.4.2
50+
uses: pypa/gh-action-pypi-publish@v1.12.4
5151
with:
5252
password: ${{ secrets.PYPI_API_TOKEN }}
5353
packages_dir: client/dist

0 commit comments

Comments
 (0)