Merge pull request #162 from ryanmerolle/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.10

Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.8.10
This commit is contained in:
Ryan Merolle 2023-10-14 00:47:42 -04:00 committed by GitHub
commit 8f2672bea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}