We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb466a commit 48c8bd0Copy full SHA for 48c8bd0
1 file changed
.circleci/config.yml
@@ -42,12 +42,12 @@ jobs:
42
- checkout:
43
name: Checkout Git
44
45
- - run:
46
- name: verify git tag vs. version
47
- command: |
48
- python3 -m venv venv
49
- . venv/bin/activate
50
- python setup.py verify
+ # - run:
+ # name: verify git tag vs. version
+ # command: |
+ # python3 -m venv venv
+ # . venv/bin/activate
+ # python setup.py verify
51
52
- run:
53
name: Build Package
0 commit comments