Skip to content

Commit

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

Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7
  • Loading branch information
iamjazzar authored Jun 28, 2023
2 parents 007885e + f78b5ce commit c2ceaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package for GitHub releases
uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598
uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0
if: ${{ startsWith(github.ref, 'refs/tags') }}
with:
user: __token__
Expand Down

0 comments on commit c2ceaf3

Please sign in to comment.