temporarly added testpypi url
This commit is contained in:
parent
c64cad6393
commit
f92e3d6595
|
@ -83,4 +83,6 @@ jobs:
|
||||||
run: poetry build
|
run: poetry build
|
||||||
- name: Publish
|
- name: Publish
|
||||||
# TODO update repo and username/pw
|
# TODO update repo and username/pw
|
||||||
run: poetry publish -r testpypi -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }}
|
run: |
|
||||||
|
poetry config repositories.testpypi https://test.pypi.org/legacy/
|
||||||
|
poetry publish -r testpypi -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }}
|
||||||
|
|
Loading…
Reference in New Issue