Skip to content

Commit 4fbdc10

Browse files
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.2
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.9.0 to 1.10.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.9.0...v1.10.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]>
1 parent 23766f7 commit 4fbdc10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: pyproject-build --wheel --outdir dist .
8585
- name: Publish to PyPi
8686
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
87-
uses: pypa/gh-action-pypi-publish@v1.9.0
87+
uses: pypa/gh-action-pypi-publish@v1.10.2
8888

8989

9090

0 commit comments

Comments
 (0)