Skip to content

Commit

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

Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.10
  • Loading branch information
jotelha authored Aug 14, 2023
2 parents 87c3c81 + a06cb82 commit 3eef655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
github.event_name == 'push' &&
startsWith(github.ref, 'refs/tags') &&
steps.get_master_sha.outputs.sha == github.sha
uses: pypa/[email protected].7
uses: pypa/[email protected].10
with:
user: __token__
password: ${{ secrets.pypi_password }}
Expand Down

0 comments on commit 3eef655

Please sign in to comment.