spelling fix
This commit is contained in:
parent
306bb1370a
commit
352e087518
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue