Merge new develop stuff into master #2
|
@ -26,5 +26,6 @@ steps:
|
|||
- pip install poetry twine
|
||||
- poetry build
|
||||
- echo "[distutils]\nindex-servers = gitea\n\n[gitea]\nrepository = ${GITEA_PACKAGE_REPO}\nusername = ${GITEA_OWNER}\npassword = ${GITEA_TOKEN}"
|
||||
- twine upload -r gitea ./dist/*.whl
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue