Skip to content

Commit 9934173

Browse files
authored
Test releases (#316)
* Fix releases
1 parent 9e1940c commit 9934173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- run:
7171
name: Deps
7272
command: |
73-
sudo apt-get install python-pip
73+
sudo apt-get install python3-pip
7474
pip install -U pip
7575
pip install -U twine
7676
which twine
@@ -103,7 +103,7 @@ workflows:
103103
tags:
104104
ignore: /.*/
105105
- release:
106-
filters:
106+
filters:
107107
tags:
108108
only: /.*/
109109
branches:

0 commit comments

Comments
 (0)