@ -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