Skip to content

Commit

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

Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1
  • Loading branch information
nodedge committed Mar 17, 2023
2 parents 04f85ac + 57b47bf commit 9ff9541
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@c7f29f7adef1a245bd91520e94867e5c6eedddcc
uses: pypa/gh-action-pypi-publish@22b4d1f12511f2696162c08546dafbaa903448a2
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 9ff9541

Please sign in to comment.