Skip to content

Commit c91abc4

Browse files
BOT: Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0
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] <[email protected]>
1 parent eda41e6 commit c91abc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: ls dist/ -l
9292

9393
- name: Publish to PyPI
94-
uses: pypa/gh-action-pypi-publish@v1.12.4
94+
uses: pypa/gh-action-pypi-publish@v1.13.0
9595
with:
9696
user: __token__
9797
password: ${{ secrets.PYPI_API_TOKEN }}

.github/workflows/sdist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Publish to TestPyPI
6060
if: ${{ github.event_name == 'push' }}
61-
uses: pypa/gh-action-pypi-publish@v1.12.4
61+
uses: pypa/gh-action-pypi-publish@v1.13.0
6262
with:
6363
user: __token__
6464
password: ${{ secrets.TEST_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)