correct the echo into pypirc #3

Merged
ravenscroftj merged 1 commits from develop into master 2022-10-22 15:18:30 +01:00
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