Merge pull request 'correct the echo into pypirc' (#3) from develop into master
continuous-integration/drone/push Build encountered an error Details

Reviewed-on: #3
This commit is contained in:
ravenscroftj 2022-10-22 14:18:28 +00:00
commit 5ec644f519
1 changed files with 1 additions and 1 deletions

View File

@ -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