Fix of CI/CD config

pull/273/head v0.18.2
Dr. Sergey Pogodin 7 years ago
parent ad31fbec94
commit 38823c1488
  1. 2
      .circleci/config.yml
  2. 2
      setup.py

@ -80,7 +80,7 @@ jobs:
command: twine upload dist/* command: twine upload dist/*
working_directory: /home/mythril working_directory: /home/mythril
dockerhub_deploy: dockerhub_release:
docker: docker:
- image: docker:stable - image: docker:stable
steps: steps:

@ -6,7 +6,7 @@ import os
# Package version (vX.Y.Z). It must match git tag being used for CircleCI # Package version (vX.Y.Z). It must match git tag being used for CircleCI
# deployment; otherwise the build will failed. # deployment; otherwise the build will failed.
VERSION = "v0.18.1" VERSION = "v0.18.2"
class VerifyVersionCommand(install): class VerifyVersionCommand(install):

Loading…
Cancel
Save