Skip to content

Commit b0ad929

Browse files
Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.4 (#210)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.1 to 1.6.4. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.5.1...v1.6.4) --- 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f633e22 commit b0ad929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
name: artifact
108108
path: dist
109109

110-
- uses: pypa/gh-action-pypi-publish@v1.5.1
110+
- uses: pypa/gh-action-pypi-publish@v1.6.4
111111
with:
112112
user: __token__
113113
password: ${{ secrets.TEST_PYPI_TOKEN }}
@@ -127,7 +127,7 @@ jobs:
127127
name: artifact
128128
path: dist
129129

130-
- uses: pypa/gh-action-pypi-publish@v1.5.1
130+
- uses: pypa/gh-action-pypi-publish@v1.6.4
131131
with:
132132
user: __token__
133133
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)