FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 4ba3f467 authored by Dr Rich Wareham's avatar Dr Rich Wareham
Browse files

gitlab-ci: add support for uploading to PyPI

parent 39eea094
No related branches found
No related tags found
1 merge request!20remove vendored ibisclient
Pipeline #133395 passed with warnings
......@@ -12,6 +12,11 @@ include:
# https://gitlab.com/gitlab-org/gitlab-ee/blob/master/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
- template: Auto-DevOps.gitlab-ci.yml
# Support uploading to PyPI
- project: 'uis/devops/continuous-delivery/ci-templates'
ref: v1.5.0
file: '/pypi-release.yml'
variables:
# We use matrix testing (below) rather than the Auto-DevOps "test" job.
TEST_DISABLED: "true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment