Skip to content

Commit eb2c7d0

Browse files
author
CircleCI Bumpversion
committed
[TEST] Final test CICD
1 parent 453f845 commit eb2c7d0

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.circleci/config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
git pull origin circleci-project-setup
139139
VERSION_NEW=$(cat setup.py| grep version | cut -c 20- | rev | cut -c 3- | rev)
140140
docker pull fentechai/cdt:$VERSION_NEW
141-
docker run -e PYPI_PASSWORD=$PYPI_PASSWORD --rm fentechai/cdt:$VERSION_NEW /bin/sh -c 'cd /CDT && pip3 install --upgrade keyrings.alt && pip3 install twine wheel && python3 setup.py sdist bdist_wheel && twine upload -u divkal -p "$PYPI_PASSWORD" dist/*'
141+
docker run -e PYPI_PASSWORD=$PYPI_PASSWORD --rm fentechai/cdt:$VERSION_NEW /bin/sh -c "cd /CDT && pip3 install --upgrade keyrings.alt && pip3 install twine wheel && python3 setup.py sdist bdist_wheel && twine upload -u divkal -p '$PYPI_PASSWORD' dist/*"
142142
143143
build-docs:
144144
docker:
@@ -171,6 +171,7 @@ jobs:
171171
cd docs
172172
sphinx-build -Eab html . html
173173
git remote add deploy [email protected]:FenTechSolutions/CausalDiscoveryToolbox.git
174+
cd ..
174175
git add ./docs
175176
git commit -m "[DEPLOY] Docs $VERSION_NEW [skip ci]"
176177
git push deploy HEAD:circleci-project-setup
@@ -209,9 +210,9 @@ workflows:
209210
# dockerfile: nv-Dockerfile
210211
# requires: [bumpversion]
211212

212-
- deploy-pypi:
213-
name: deploy-Pypi
214-
# requires: [build-cpu-image]
213+
# - deploy-pypi:
214+
# name: deploy-Pypi
215+
# requires: [build-cpu-image]
215216
- build-docs:
216217
name: deploy-docs
217218
# requires: [build-cpu-image]

docs/independence.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,6 @@ cdt.independence.graph
101101
.. autoclass:: LinearSVRL2
102102
:members:
103103

104-
:hidden:`RFECVLinearSVR`
105-
~~~~~~~~~~~~~~~~~~~~~~~~~
106-
107-
.. autoclass:: RFECVLinearSVR
108-
:members:
109-
110104
.. :hidden:`RRelief`
111105
.. ~~~~~~~~~~~~~~~~~
112106
..

0 commit comments

Comments
 (0)