Skip to content

Commit 1f9280c

Browse files
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 (#240)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish 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 0f3e9cb commit 1f9280c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.9.0
43+
- uses: pypa/gh-action-pypi-publish@v1.10.0
4444
with:
4545
user: __token__
4646
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)