浏览代码

Change CircleCI config to support dev releases

/tag-0.11.0.dev0
Jonathan Harper 5 年前
当前提交
bf07cc73
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 6
      .circleci/config.yml

6
.circleci/config.yml


- python_3.7.3
filters:
tags:
only: /[0-9]+(\.[0-9]+)*/
only: /[0-9]+(\.[0-9]+)*(\.dev[0-9]+)*/
branches:
ignore: /.*/
- deploy:

- python_3.7.3
filters:
tags:
only: /[0-9]+(\.[0-9]+)*/
only: /[0-9]+(\.[0-9]+)(\.dev[0-9]+)*/
branches:
ignore: /.*/
- deploy:

- python_3.7.3
filters:
tags:
only: /[0-9]+(\.[0-9]+)*/
only: /[0-9]+(\.[0-9]+)*(\.dev[0-9]+)*/
branches:
ignore: /.*/
正在加载...
取消
保存