Skip to content

Commit

Permalink
build: fix release publing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
altor committed Sep 23, 2019
1 parent dbb86c3 commit 36db87e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ jobs:
steps:
- checkout

- run:
name: install dependencies
command: |
python3 -m venv venv
. venv/bin/activate
pip3 install -e "."
- run:
name: check git tag with package version
command: |
Expand Down

0 comments on commit 36db87e

Please sign in to comment.