Merge new develop stuff into master #2

Merged
ravenscroftj merged 3 commits from develop into master 2022-10-22 15:13:54 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit b5d8323b01 - Show all commits

View File

@ -26,5 +26,6 @@ steps:
- 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}"
- twine upload -r gitea ./dist/*.whl