Skip to content

Commit 6fd41d2

Browse files
authored
Merge pull request #192 from pytoolz/dependabot/github_actions/pypa/gh-action-pypi-publish-1.6.4
Bump pypa/gh-action-pypi-publish from 1.5.2 to 1.6.4
2 parents 9f4fcca + 9c3f027 commit 6fd41d2

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
@@ -232,7 +232,7 @@ jobs:
232232
run: |
233233
ls -al dist/
234234
- name: Publish to PyPI
235-
uses: pypa/gh-action-pypi-publish@v1.5.2
235+
uses: pypa/gh-action-pypi-publish@v1.6.4
236236
if: startsWith(github.ref, 'refs/tags/')
237237
with:
238238
user: __token__

0 commit comments

Comments
 (0)