pull/120/head
Dr. Sergey Pogodin 7 years ago
parent d94796d0a1
commit 2784a39968
  1. 11
      .circleci/config.yml
  2. 2
      setup.py

@ -52,10 +52,15 @@ workflows:
version: 2 version: 2
build: build:
jobs: jobs:
- test - test:
filters:
tags:
only: /.*/
- deploy: - deploy:
filters: filters:
only: branches:
tags: /v[0-9]+(\.[0-9]+)*/ ignore: /.*/
tags:
only: /v[0-9]+(\.[0-9]+)*/
requires: requires:
- test - test

@ -254,7 +254,7 @@ Credit
setup( setup(
name='mythril', name='mythril',
version=os.getenv('CIRCLE_TAG', 'v0.0.0')[1:], version=os.getenv('CIRCLE_TAG', 'v0.15.8')[1:],
description='Security analysis tool for Ethereum smart contracts', description='Security analysis tool for Ethereum smart contracts',
long_description=long_description, long_description=long_description,

Loading…
Cancel
Save