pipeline: deploy: image: python:3.10 commands: - pip install -U twine - twine --version - twine upload --skip-existing --repository testpypi -u $TWINE_USERNAME -p $TWINE_PASSWORD dist/* depends_on: - build