Merge pull request #393 from kyegomez/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.12

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

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

Loading…
Cancel
Save