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

Former-commit-id: da520bc1d8b3d9a7517468894fd325597d53131e
pull/160/head
Eternal Reclaimer 2 years ago committed by GitHub
commit 3797fd908b

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