Skip to content

Commit 864373b

Browse files
Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 (#249)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.11.0 to 1.12.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.11.0...v1.12.2) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc4a79c commit 864373b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build_and_publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
name: artifact
4242
path: dist
43-
- uses: pypa/gh-action-pypi-publish@v1.11.0
43+
- uses: pypa/gh-action-pypi-publish@v1.12.2
4444
with:
4545
user: __token__
4646
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)