File tree Expand file tree Collapse file tree 6 files changed +9
-91
lines changed Expand file tree Collapse file tree 6 files changed +9
-91
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99 with :
1010 npm : true
1111 secrets : inherit
12-
Original file line number Diff line number Diff line change 1111 uses : Geode-solutions/actions/.github/workflows/py-test.yml@master
1212 with :
1313 repos : ${{ vars.REPOS }}
14+ npm : true
1415 secrets : inherit
Original file line number Diff line number Diff line change 99 uses : Geode-solutions/actions/.github/workflows/py-test-pr.yml@master
1010 with :
1111 repos : ${{ vars.REPOS }}
12+ npm : true
1213 secrets : inherit
Original file line number Diff line number Diff line change 22 "name" : " @geode/opengeodeweb-viewer" ,
33 "scripts" : {
44 "json" : " node ./node_modules/@geode/opengeodeweb-back/generate_schemas.js opengeodeweb_viewer rpc rpc ." ,
5- "test" : " npm run json && pytest"
5+ "test" : " npm run json" ,
6+ "build" : " npm run json"
67 },
78 "dependencies" : {
8- "@geode/opengeodeweb-back" : " 5.8.6 "
9+ "@geode/opengeodeweb-back" : " latest "
910 },
1011 "exports" : {
1112 "./opengeodeweb_viewer_schemas.json" : {
1213 "import" : " ./opengeodeweb_viewer_schemas.json" ,
1314 "require" : " ./opengodeweb_viewer_schemas.json"
1415 }
1516 },
16- "version" : " 0.0.0-semantically-released " ,
17+ "version" : " 0.0.0" ,
1718 "description" : " " ,
1819 "main" : " generate_schemas.js" ,
1920 "repository" : {
3637 "files" : [
3738 " opengeodeweb_viewer_schemas.json"
3839 ]
39- }
40+ }
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ build-backend = "setuptools.build_meta"
55
66[project ]
77name = " OpenGeodeWeb-Viewer"
8- version = " 1.10.1 "
8+ version = " 0.0.0 "
99dynamic = [" dependencies" ]
1010authors = [
1111 {
name =
" Geode-solutions" ,
email =
" [email protected] " },
1212]
1313description = " OpenGeodeWeb-Viewer is an open source framework that proposes handy python functions and wrappers for the OpenGeode ecosystem"
1414readme = " README.md"
15- requires-python = " >=3.8 "
15+ requires-python = " >=3.9 "
1616classifiers = [
1717 " Programming Language :: Python :: 3" ,
1818 " License :: OSI Approved :: MIT License" ,
@@ -51,18 +51,3 @@ where = ["src"]
5151"opengeodeweb_viewer.rpc.model.surfaces.schemas" = [" *.json" ]
5252"opengeodeweb_viewer.rpc.model.blocks.schemas" = [" *.json" ]
5353"opengeodeweb_viewer.rpc.viewer.schemas" = [" *.json" ]
54-
55- [tool .semantic_release ]
56- version_toml = [
57- " pyproject.toml:project.version" ,
58- ]
59-
60- [tool .semantic_release .remote .token ]
61- env = " GH_TOKEN"
62-
63- [tool .semantic_release .branches .master ]
64- match = " master"
65-
66- [tool .semantic_release .branches .next ]
67- match = " next"
68- prerelease = true
You can’t perform that action at this time.
0 commit comments