master
louwar 2 years ago
parent cb8709fb18
commit 87abffe364

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

Loading…
Cancel
Save