Skip to content

Commit

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

Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.5
  • Loading branch information
nodedge committed Apr 23, 2023
2 parents fc7b813 + bf8058f commit 7ed17ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@22b4d1f12511f2696162c08546dafbaa903448a2
uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 7ed17ce

Please sign in to comment.