Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmaddox committed Dec 4, 2020
1 parent 3ca4ac9 commit 96d5f1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs: # A basic unit of work in a run
- store_artifacts: # Upload test summary for display in Artifacts: https://circleci.com/docs/2.0/artifacts/
path: test-results
destination: tr1
#- slack/status:
# fail_only: true



Expand Down Expand Up @@ -176,6 +178,8 @@ jobs: # A basic unit of work in a run
python3 -m pipenv run twine upload --repository pypi --verbose dist/*
# TODO deploy docs
# TODO deploy servers (prod)
#- slack/status:
# fail_only: true



Expand Down Expand Up @@ -224,6 +228,8 @@ jobs: # A basic unit of work in a run
#python3 -m pip install --user --upgrade sphinx
#scripts/build_push_doc.sh
python3 -m pipenv run scripts/build_push_doc.sh
- slack/status:
# fail_only: true



Expand Down

0 comments on commit 96d5f1d

Please sign in to comment.