浏览代码

More circleCI tweaks

/tag-0.11.0.dev2
Jonathan Harper 5 年前
当前提交
094f16a7
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
      .circleci/config.yml

4
.circleci/config.yml


twine upload --repository-url https://test.pypi.org/legacy/ dist/*
workflows:
version: 2
workflow:
jobs:
- build_python:

pyversion: 3.7.3
# Test python 3.7 with the newest supported versions
pip_constraints: test_constraints_max_version.txt
filters:
tags:
only: /[0-9]+(\.[0-9]+)*(\.dev[0-9]+)*/
- markdown_link_check
- protobuf_generation_check
- deploy:

正在加载...
取消
保存