spelling fix
Some checks failed
Actions / Build (push) Failing after 3s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 16s

This commit is contained in:
Seaswimmer 2024-06-22 01:50:04 -04:00
parent 306bb1370a
commit 352e087518
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -26,7 +26,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
uses: actions/pypi-publish@v1.8.14 uses: actions/pypi-publish@v1.8.14
with: with:
username: ${{ github.repsoitory_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.COASTALCOMMITSTOKEN }} password: ${{ secrets.COASTALCOMMITSTOKEN }}
repository_url: https://www.coastalcommits.com/api/packages/${{ github.repository_owner }}/pypi repository_url: https://www.coastalcommits.com/api/packages/${{ github.repository_owner }}/pypi