File tree Expand file tree Collapse file tree 5 files changed +21
-11
lines changed
Expand file tree Collapse file tree 5 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 11description : |
22 An example of running a pipenv based project with pytest. And then using twine to publish to pypi.
3- The project using these args would have pytest as a dev dependecy in its Pipfile.
3+ The project using these args would have pytest as a dev dependency in its Pipfile.
44 The CircleCI project settings would have the environment variables for twine auth.
55usage :
66 version : 2.1
77 orbs :
8- python : circleci/python@3.0 .0
8+ python : circleci/python@3.3 .0
99 workflows :
1010 main :
1111 jobs :
1717
1818 jobs :
1919 publish :
20- executor : python/default
20+ executor :
21+ name : python/default
22+ tag : " 3.14"
2123 steps :
2224 - checkout
2325 - python/dist
Original file line number Diff line number Diff line change @@ -3,14 +3,16 @@ description: |
33usage :
44 version : 2.1
55 orbs :
6- python : circleci/python@3.0 .0
6+ python : circleci/python@3.3 .0
77 workflows :
88 main :
99 jobs :
1010 - build
1111 jobs :
1212 build :
13- executor : python/default
13+ executor :
14+ name : python/default
15+ tag : " 3.14"
1416 steps :
1517 - checkout
1618 # Install requirements.txt
Original file line number Diff line number Diff line change @@ -3,14 +3,16 @@ description: |
33usage :
44 version : 2.1
55 orbs :
6- python : circleci/python@3.0 .0
6+ python : circleci/python@3.3 .0
77 workflows :
88 main :
99 jobs :
1010 - build
1111 jobs :
1212 build :
13- executor : python/default
13+ executor :
14+ name : python/default
15+ tag : " 3.14"
1416 steps :
1517 - checkout
1618 - python/install-packages :
Original file line number Diff line number Diff line change @@ -3,14 +3,16 @@ description: |
33usage :
44 version : 2.1
55 orbs :
6- python : circleci/python@3.0 .0
6+ python : circleci/python@3.3 .0
77 workflows :
88 main :
99 jobs :
1010 - build
1111 jobs :
1212 build :
13- executor : python/default
13+ executor :
14+ name : python/default
15+ tag : " 3.14"
1416 steps :
1517 - checkout
1618 - python/install-packages :
Original file line number Diff line number Diff line change @@ -3,14 +3,16 @@ description: |
33usage :
44 version : 2.1
55 orbs :
6- python : circleci/python@3.0 .0
6+ python : circleci/python@3.3 .0
77 workflows :
88 main :
99 jobs :
1010 - build
1111 jobs :
1212 build :
13- executor : python/default
13+ executor :
14+ name : python/default
15+ tag : " 3.14"
1416 steps :
1517 - checkout
1618 - python/install-packages :
You can’t perform that action at this time.
0 commit comments