Skip to content

Commit

Permalink
Merge pull request #192 from pytoolz/dependabot/github_actions/pypa/g…
Browse files Browse the repository at this point in the history
…h-action-pypi-publish-1.6.4

Bump pypa/gh-action-pypi-publish from 1.5.2 to 1.6.4
  • Loading branch information
eriknw authored Dec 19, 2022
2 parents 9f4fcca + 9c3f027 commit 6fd41d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
run: |
ls -al dist/
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@v1.5.2
uses: pypa/gh-action-pypi-publish@v1.6.4
if: startsWith(github.ref, 'refs/tags/')
with:
user: __token__
Expand Down

0 comments on commit 6fd41d2

Please sign in to comment.