add twine build step to ci
This commit is contained in:
parent
a0beef32b3
commit
b5d8323b01
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue