correct the echo into pypirc #3
|
@ -28,7 +28,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- pip install poetry twine
|
- pip install poetry twine
|
||||||
- poetry build
|
- poetry build
|
||||||
- echo "[distutils]\nindex-servers = gitea\n\n[gitea]\nrepository = ${GITEA_PACKAGE_REPO}\nusername = ${GITEA_OWNER}\npassword = ${GITEA_TOKEN}"
|
- echo "[distutils]\nindex-servers = gitea\n\n[gitea]\nrepository = ${GITEA_PACKAGE_REPO}\nusername = ${GITEA_OWNER}\npassword = ${GITEA_TOKEN}" > ~/.pypirc
|
||||||
- twine upload -r gitea ./dist/*.whl
|
- twine upload -r gitea ./dist/*.whl
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue