Merge pull request #416 from kyegomez/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.14

Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14
pull/418/head
Eternal Reclaimer 10 months ago committed by GitHub
commit b163d1ed0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -25,7 +25,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@e53eb8b103ffcb59469888563dc324e3c8ba6f06 uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450
with: with:
user: __token__ user: __token__
password: ${{ secrets.PYPI_API_TOKEN }} password: ${{ secrets.PYPI_API_TOKEN }}

Loading…
Cancel
Save