We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d2806 commit 2391387Copy full SHA for 2391387
1 file changed
.circleci/config.yml
@@ -48,13 +48,6 @@ jobs:
48
- checkout:
49
name: Checkout Git
50
51
- # - run:
52
- # name: verify git tag vs. version
53
- # command: |
54
- # python3 -m venv venv
55
- # . venv/bin/activate
56
- # python setup.py verify
57
-
58
- run:
59
name: Build Package
60
command: |
@@ -63,10 +56,6 @@ jobs:
63
echo -e "Creating wheel"
64
python setup.py bdist_wheel --universal
65
66
- # - store_artifacts:
67
- # path: /home/circleci/project/
68
- # destination: artifact
69
70
- persist_to_workspace:
71
root: /home/circleci/project/
72
61
paths:
0 commit comments