Skip to content

Commit 2f23f33

Browse files
Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 (#29)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d06580 commit 2f23f33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: artifact
3333
path: dist
3434

35-
- uses: pypa/[email protected].0
35+
- uses: pypa/[email protected].1
3636
with:
3737
user: __token__
3838
password: ${{ secrets.TESTPYPI_TOKEN }}
@@ -49,7 +49,7 @@ jobs:
4949
name: artifact
5050
path: dist
5151

52-
- uses: pypa/[email protected].0
52+
- uses: pypa/[email protected].1
5353
with:
5454
user: __token__
5555
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)