Skip to content
This repository was archived by the owner on Jun 24, 2026. It is now read-only.

Commit a613e37

Browse files
Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 (#2682)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.4 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.4...v1.13.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd174b6 commit a613e37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,6 @@ jobs:
170170
python3 -m pip install wheel
171171
python3 setup.py --dev_release sdist bdist_wheel
172172
- name: Upload to PyPI
173-
uses: pypa/gh-action-pypi-publish@v1.12.4
173+
uses: pypa/gh-action-pypi-publish@v1.13.0
174174
with:
175175
password: ${{ secrets.PYPI_UPLOAD }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
7373
python3 -m pip install wheel
7474
python3 setup.py sdist bdist_wheel
7575
- name: Upload to PyPI
76-
uses: pypa/gh-action-pypi-publish@v1.12.4
76+
uses: pypa/gh-action-pypi-publish@v1.13.0
7777
with:
7878
password: ${{ secrets.PYPI_UPLOAD }}

0 commit comments

Comments
 (0)