File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed
Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1- # In your eox-elements-jupyter repo's .github/workflows/publish.yml
2-
31name : Publish to PyPI
42
53on :
64 push :
75 branches :
8- - main # Or whatever branch your JS repo pushes to
6+ - main
97
108jobs :
119 build-and-publish :
Original file line number Diff line number Diff line change 11# Version pinning for JS components and Python package
2- __eox_map_version__ = "1.26.2" # Update via CI/CD
3- __eox_layercontrol_version__ = "1.3.1" # Update via CI/CD
4- __version__ = "0.1.0" # Python package version
2+ __eox_map_version__ = "1.26.2"
3+ __eox_layercontrol_version__ = "1.3.1"
4+ __version__ = "0.1.1"
Original file line number Diff line number Diff line change 11[project ]
22name = " eoxelements"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44description = " Jupyter notebook wrapper for EOxElements web components"
55authors = [
66 { name = " EOX" , email = " silvester.pari@eox.at" }
@@ -9,10 +9,15 @@ license = "MIT"
99readme = " README.md"
1010requires-python = " >=3.8"
1111dependencies = [
12- " anywidget>=0.6.0" ,
13- " ipywidgets>=8.0.0"
12+ " anywidget>=0.9.0" ,
13+ " ipywidgets>=8.0.0" ,
14+ " traitlets"
1415]
1516
1617[build-system ]
1718requires = [" setuptools>=61.0" , " wheel" ]
1819build-backend = " setuptools.build_meta"
20+
21+ [project .urls ]
22+ Homepage = " https://github.com/EOX-A/EOxElements-Jupyter"
23+ Issues = " https://github.com/EOX-A/EOxElements-Jupyter/issues"
You can’t perform that action at this time.
0 commit comments