Skip to content

Commit f0d683f

Browse files
dependabot[bot]dhellmann
authored andcommitted
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 828267b commit f0d683f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# This condition prevents PRs from being published as part of
3333
# the test job.
3434
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
35-
uses: pypa/gh-action-pypi-publish@v1.10.2
35+
uses: pypa/gh-action-pypi-publish@v1.10.3
3636
with:
3737
password: ${{ secrets.PYPI_API_TOKEN }}
3838
verbose: true

0 commit comments

Comments
 (0)