File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
20
20
- name : Install dependencies
21
21
run : |
22
22
python -m pip install --upgrade pip
23
- pip install --upgrade setuptools wheel twine
23
+ pip install --upgrade setuptools wheel twine build
24
24
pip install -r requirements.txt
25
25
- name : Build
26
26
run : |
27
- python setup.py sdist bdist_wheel
27
+ python -m build
28
28
- name : Get version number
29
29
id : get_version
30
30
run : echo ::set-env name=VERSION::$(python3 -c "import pyrolab; print(pyrolab.__version__)")
Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
- <img src =" https://raw.githubusercontent.com/sequoiap /pyrolab/master/docs/source /_static/images/pyrolab_logo.svg " width =" 40% " alt =" PyroLab " >
2
+ <img src =" https://raw.githubusercontent.com/BYUCamachoLab /pyrolab/master/docs/_static/images/pyrolab_logo.svg " width =" 40% " alt =" PyroLab " >
3
3
</p >
4
4
5
5
---
You can’t perform that action at this time.
0 commit comments