Skip to content

Commit 68750fb

Browse files
build(deps): bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.14
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.6 to 1.8.14. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.6...v1.8.14) --- 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 de483cb commit 68750fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
run: python -m build --sdist --wheel --outdir dist/
140140

141141
- name: Publish package
142-
uses: pypa/gh-action-pypi-publish@v1.8.6
142+
uses: pypa/gh-action-pypi-publish@v1.8.14
143143
with:
144144
user: __token__
145145
password: ${{ secrets.pypi_token }}

0 commit comments

Comments
 (0)