diff --git a/.drone.yml b/.drone.yml index 32043a6..276c9b8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,14 +5,12 @@ name: build and publish steps: - name: build - image: python + image: registry.kucharczyk.tech/python-pypi commands: - - python -m pip install build - python -m build - name: publish - image: python + image: registry.kucharczyk.tech/python-pypi commands: - - python -m pip install twine - python -m twine upload -u $USERNAME -p $PASSWORD dist/* environment: USERNAME: