Skip to content

Commit 6a3e48f

Browse files
Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.2 to 1.10.3. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.2...v1.10.3) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7775287 commit 6a3e48f

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

0 commit comments

Comments
 (0)