Merge pull request #48 from kyegomez/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.10

Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10

Former-commit-id: ddd1844185a31945c817f9a92d1bb4261816875c
pull/160/head
Eternal Reclaimer 2 years ago committed by GitHub
commit ef4b794d9f

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