Skip to content

Commit

Permalink
Update pypa/gh-action-pypi-publish action to v1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 26, 2023
1 parent b237744 commit d152d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: twine check dist/*
- name: Publish package
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && matrix.os == 'ubuntu-22.04'
uses: pypa/[email protected].6
uses: pypa/[email protected].7
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit d152d43

Please sign in to comment.