We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a15d915 + ef66c24 commit eeb0162Copy full SHA for eeb0162
1 file changed
.circleci/config.yml
@@ -2,6 +2,7 @@ version: 2.1
2
3
orbs:
4
python: circleci/python@2.0.3
5
+ ship: auth0/ship@dev:alpha
6
7
executors:
8
python_3_10:
@@ -38,4 +39,15 @@ workflows:
38
39
jobs:
40
- python_3
41
- python_2
42
+ - ship/python-publish:
43
+ context:
44
+ - publish-pypi
45
+ - publish-gh
46
+ filters:
47
+ branches:
48
+ only:
49
+ - master
50
+ requires:
51
+ - python_3
52
+ - python_2
53
0 commit comments