Skip to content

Commit 2391387

Browse files
committed
Cleanup CircleCI config prior to release
1 parent 79d2806 commit 2391387

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.circleci/config.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@ jobs:
4848
- checkout:
4949
name: Checkout Git
5050

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-
5851
- run:
5952
name: Build Package
6053
command: |
@@ -63,10 +56,6 @@ jobs:
6356
echo -e "Creating wheel"
6457
python setup.py bdist_wheel --universal
6558
66-
# - store_artifacts:
67-
# path: /home/circleci/project/
68-
# destination: artifact
69-
7059
- persist_to_workspace:
7160
root: /home/circleci/project/
7261
paths:

0 commit comments

Comments
 (0)