correct the echo into pypirc
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
James Ravenscroft 2022-10-22 15:15:14 +01:00
parent e825b46607
commit cd9459848c
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