Merge pull request #11 from kyegomez/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.8

Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.8.8
pull/23/head
Eternal Reclaimer 1 year ago committed by GitHub
commit d8c2c942b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,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@f8c70e705ffc13c3b4d1221169b84f12a75d6ca8
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
Loading…
Cancel
Save