From 87abffe3647790ff80b37e0e6973ff364f5d0760 Mon Sep 17 00:00:00 2001 From: louwar Date: Tue, 21 Mar 2023 11:56:51 +0100 Subject: [PATCH] Update CI --- .drone.yml | 10 ---------- 1 file changed, 10 deletions(-) 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