Skip to content

Commit

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

Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.7
  • Loading branch information
yozik04 authored Jul 5, 2023
2 parents b60efae + cc2f5d4 commit 9e63c9e
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 @@ -32,7 +32,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d
uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 9e63c9e

Please sign in to comment.