diff --git a/.drone.yml b/.drone.yml index 75f2af9..17ec91b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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