We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1940c commit 9934173Copy full SHA for 9934173
1 file changed
.circleci/config.yml
@@ -70,7 +70,7 @@ jobs:
70
- run:
71
name: Deps
72
command: |
73
- sudo apt-get install python-pip
+ sudo apt-get install python3-pip
74
pip install -U pip
75
pip install -U twine
76
which twine
@@ -103,7 +103,7 @@ workflows:
103
tags:
104
ignore: /.*/
105
- release:
106
- filters:
+ filters:
107
108
only: /.*/
109
branches:
0 commit comments