Merge pull request 'correct the echo into pypirc' (#3) from develop into master
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
Reviewed-on: #3
This commit is contained in:
commit
5ec644f519
|
@ -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