We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cce05f + 6990b7d commit 87d63c0Copy full SHA for 87d63c0
.circleci/config.yml
@@ -140,3 +140,15 @@ jobs:
140
name: Push to PyPI (if this is a release tag).
141
command: test_utils/scripts/circleci/twine_upload.sh
142
working_directory: /var/code/gcp/
143
+
144
+deployment:
145
+ tag_build_for_cci2:
146
+ # 1.0 style config for tag builds workaround
147
+ # For context, see:
148
+ # - https://discuss.circleci.com/t/build-on-tag/9864/30
149
+ # - https://discuss.circleci.com/t/git-tag-deploys-in-2-0/9493/8
150
+ # - https://circleci.com/gh/keybits/circulate/58#config/containers/0
151
+ # See "test_utils/scripts/circleci/get_tagged_package.py" for info on REGEX
152
+ tag: /(([a-z]+)-)*([0-9]+)\.([0-9]+)\.([0-9]+)/
153
+ commands:
154
+ - true
0 commit comments