File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -23,26 +23,20 @@ jobs:
23
23
run : |
24
24
python -m pip install --upgrade pip
25
25
pip install -U setuptools
26
- pip install -U invoke
27
26
pip install -U jupyter-packaging
28
- pip install -U jupyterlab
27
+ pip install -U jupyterlab~=3.1
29
28
30
29
- name : Install the node
31
30
uses : actions/setup-node@v2
32
31
with :
33
- node-version : ' 14 '
32
+ node-version : ' 15 '
34
33
- run : npm install
35
34
36
- - name : Update version
37
- run : invoke update-version --version="${GITHUB_REF#refs/tags/}"
38
-
39
35
- name : Create new tag
40
36
run : |
41
37
git config --local user.email "dev@materialscloud.org"
42
38
git config --local user.name "Materials Cloud Team"
43
39
44
- git commit -m "Release ${GITHUB_REF#refs/tags/}" -a
45
-
46
40
TAG_MSG=.github/static/release_tag_msg.txt
47
41
sed -i "s|TAG_NAME|${GITHUB_REF#refs/tags/}|g" "${TAG_MSG}"
48
42
57
51
branch : develop
58
52
59
53
- name : Build source distribution
60
- run : python ./setup.py sdist bdist_wheel
54
+ run : |
55
+ jlpm
56
+ jlpm run build
57
+ python ./setup.py sdist bdist_wheel
61
58
62
59
- name : Publish package to PyPI
63
60
uses : pypa/gh-action-pypi-publish@master
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyterlab-mol-visualizer" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " A JupyterLab launcher extension to view the molecular orbitals." ,
5
5
"keywords" : [
6
6
" jupyter" ,
You can’t perform that action at this time.
0 commit comments