Skip to content

Commit

Permalink
Merge pull request #1364 from pypa/dependabot/github_actions/pypa/gh-…
Browse files Browse the repository at this point in the history
…action-pypi-publish-1.6.1

build(deps): bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.1
  • Loading branch information
joerick committed Dec 5, 2022
2 parents 5c7fc8d + 99f62f5 commit 46372e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@v1.5.1
- uses: pypa/gh-action-pypi-publish@v1.6.1
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit 46372e1

Please sign in to comment.