Update '.drone.yml'
continuous-integration/drone/push Build was killed Details

This commit is contained in:
ravenscroftj 2022-10-30 15:55:07 +00:00
parent a607c71a3d
commit c7a31ce559
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ steps:
commands:
- pip install poetry twine
- poetry build
- echo "[distutils]\nindex-servers = gitea\n\n[gitea]\nrepository = ${GITEA_PACKAGE_REPO}\nusername = ${GITEA_OWNER}\npassword = ${GITEA_TOKEN}" > ~/.pypirc
- 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