Skip to content

Commit

Permalink
Merge pull request #32 from juhannc/dependabot/github_actions/pypa/gh…
Browse files Browse the repository at this point in the history
…-action-pypi-publish-1.8.10
  • Loading branch information
juhannc authored Sep 1, 2023
2 parents 4084341 + 49a7d48 commit cca6894
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 @@ -31,7 +31,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/[email protected].8
uses: pypa/[email protected].10
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit cca6894

Please sign in to comment.