Skip to content

Commit a939124

Browse files
Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 (#166)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1251a5e commit a939124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
name: releases
7171
path: dist
7272
- name: Publish package to PyPI
73-
uses: pypa/[email protected].2
73+
uses: pypa/[email protected].3
7474
with:
7575
user: __token__
7676
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)