Skip to content

Commit 3dab416

Browse files
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0
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] <[email protected]>
1 parent 4134881 commit 3dab416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
name: universal_wheel
134134
path: dist
135135

136-
- uses: pypa/gh-action-pypi-publish@v1.9.0
136+
- uses: pypa/gh-action-pypi-publish@v1.10.0
137137
with:
138138
user: __token__
139139
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)