Skip to content

Commit

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

Bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5
  • Loading branch information
davidism committed May 1, 2023
2 parents 59048c5 + 49f563c commit b307582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: python -m build
- run: twine check dist/*
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.4
uses: pypa/gh-action-pypi-publish@v1.8.5
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit b307582

Please sign in to comment.