Skip to content

Commit 24563e3

Browse files
Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 (#1067)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.1 to 1.10.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.1...v1.10.2) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd3e147 commit 24563e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pip install build
2323
python -m build
2424
- name: Publish release to PyPI
25-
uses: pypa/gh-action-pypi-publish@v1.10.1
25+
uses: pypa/gh-action-pypi-publish@v1.10.2
2626
with:
2727
user: __token__
2828
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)