Skip to content

Commit 5dbc585

Browse files
BOT: Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.1 (#22)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.4.2 to 1.5.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.4.2...v1.5.1) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f424a9 commit 5dbc585

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

+1-1
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.4.2
94+
uses: pypa/gh-action-pypi-publish@v1.5.1
9595
with:
9696
user: __token__
9797
password: ${{ secrets.PYPI_API_TOKEN }}

.github/workflows/sdist.yaml

+1-1
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.4.2
61+
uses: pypa/gh-action-pypi-publish@v1.5.1
6262
with:
6363
user: __token__
6464
password: ${{ secrets.TEST_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)