Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eeb0162

Browse files
author
Steve Hobbs
authored
Merge pull request auth0#347 from auth0/sdk-3412/orb-publishing
[SDK-3412] Add ship/orb configuration to CI
2 parents a15d915 + ef66c24 commit eeb0162

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.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/[email protected]
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)