File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88before_install :
99 - sudo apt update
10- - sudo apt install curl
1110 # javascript dependencies
12- - wget -qO- https://deb.nodesource.com/setup_8.x | sudo bash -
1311 - sudo apt install nodejs
1412 - npm install -g yarn
1513 # install chromebrowser
@@ -38,3 +36,17 @@ matrix:
3836 env :
3937 - WORK_DIR="."
4038 - TEST_CMD="bash scripts/test.sh"
39+
40+ before_deploy :
41+ - sudo apt update
42+ # javascript dependencies
43+ - wget -qO- https://deb.nodesource.com/setup_8.x | sudo bash -
44+ - sudo apt install nodejs
45+ - npm install -g yarn
46+
47+ deploy :
48+ provider : pypi
49+ user : __token__
50+ password : pypi-AgEIcHlwaS5vcmcCJGM2NzBiZjA0LWI5NjQtNGQyNC1iNTgwLWQ3NTU2NDZkNzUzYQACNXsicGVybWlzc2lvbnMiOiB7InByb2plY3RzIjogWyJpZG9tIl19LCAidmVyc2lvbiI6IDF9AAAGIIQbTkSreodRG-A84aRolpSasKBj_m1LgNroUXXRrSxa
51+ on :
52+ tags : true
You can’t perform that action at this time.
0 commit comments