File tree Expand file tree Collapse file tree 4 files changed +7
-20
lines changed Expand file tree Collapse file tree 4 files changed +7
-20
lines changed Original file line number Diff line number Diff line change 1010 test :
1111 uses : Geode-solutions/actions/.github/workflows/py-test.yml@master
1212 with :
13- repos : ${{ vars.REPOS }}
13+ npm : true
1414 secrets : inherit
Original file line number Diff line number Diff line change 88 test :
99 uses : Geode-solutions/actions/.github/workflows/py-test-pr.yml@master
1010 with :
11- repos : ${{ vars.REPOS }}
11+ npm : true
1212 secrets : inherit
Original file line number Diff line number Diff line change 11{
22 "name" : " @geode/opengeodeweb-back" ,
3- "version" : " 0.0.0-semantically-released " ,
3+ "version" : " 0.0.0" ,
44 "description" : " " ,
55 "scripts" : {
6- "json" : " node generate_schemas.js opengeodeweb_back routes route /"
6+ "json" : " node generate_schemas.js opengeodeweb_back routes route /" ,
7+ "test" : " npm run json" ,
8+ "build" : " npm run json"
79 },
810 "dependencies" : {
911 "glob" : " ^11.0.3"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
66[project ]
77name = " OpenGeodeWeb-Back"
8- version = " 5.9.0-rc.2 "
8+ version = " 0.0.0 "
99dynamic = [" dependencies" ]
1010authors = [
1111 {
name =
" Geode-solutions" ,
email =
" [email protected] " },
@@ -32,18 +32,3 @@ where = ["src"]
3232[tool .setuptools .package-data ]
3333"opengeodeweb_back.routes.schemas" = [" *.json" ]
3434"opengeodeweb_back.routes.models.schemas" = [" *.json" ]
35-
36- [tool .semantic_release ]
37- version_toml = [
38- " pyproject.toml:project.version" ,
39- ]
40-
41- [tool .semantic_release .remote .token ]
42- env = " GH_TOKEN"
43-
44- [tool .semantic_release .branches .master ]
45- match = " master"
46-
47- [tool .semantic_release .branches .next ]
48- match = " next"
49- prerelease = true
You can’t perform that action at this time.
0 commit comments