diff --git a/.drone.yml b/.drone.yml index b314fa3..c89715e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,16 +21,6 @@ steps: - python -m pytest - python setup.py sdist bdist_wheel - - name: upload - image: python:3.9-slim-buster - volumes: - - name: docs - path: /docs - commands: - - cd Sources/ - - pip install twine - - twine upload dist/* - # docker image build - name: docker-build-and-push