Skip to content

Commit 482b2fa

Browse files
chore: bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0 (#98)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.4.2 to 1.5.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.4.2...v1.5.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b33516b commit 482b2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
name: artifact
6868
path: dist
6969

70-
- uses: pypa/gh-action-pypi-publish@v1.4.2
70+
- uses: pypa/gh-action-pypi-publish@v1.5.0
7171
with:
7272
user: __token__
7373
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)