Skip to content

Commit

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

Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8
  • Loading branch information
ngam authored Jul 12, 2023
2 parents dd9e7af + bc4373c commit 08f7297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: python -m build
- if: ${{ github.event.action == 'published' }}
name: Publish package
uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0
uses: pypa/gh-action-pypi-publish@f8c70e705ffc13c3b4d1221169b84f12a75d6ca8
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 08f7297

Please sign in to comment.