v2
This commit is contained in:
parent
9f43d535a3
commit
f67da1a340
@ -35,6 +35,10 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
- run:
|
||||
name: Checkout code
|
||||
command: git checkout $CIRCLE_SHA1
|
||||
|
||||
# Check if setup.py is modified and publish to PyPI
|
||||
- run:
|
||||
name: PyPI publish
|
||||
|
||||
@ -0,0 +1 @@
|
||||
test 1
|
||||
Loading…
Reference in New Issue
Block a user