Skip to content

Commit ef66c24

Browse files
author
Steve Hobbs
committed
Add ship/orb configuration to CI
1 parent a15d915 commit ef66c24

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: 2.1
22

33
orbs:
44
python: circleci/python@2.0.3
5+
ship: auth0/ship@dev:alpha
56

67
executors:
78
python_3_10:
@@ -38,4 +39,15 @@ workflows:
3839
jobs:
3940
- python_3
4041
- 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
4153

0 commit comments

Comments
 (0)