Skip to content

Commit cac74e0

Browse files
committed
Correcting GitHub release workflow
1 parent 52007a3 commit cac74e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install --upgrade setuptools wheel twine
23+
pip install --upgrade setuptools wheel twine build
2424
pip install -r requirements.txt
2525
- name: Build
2626
run: |
27-
python setup.py sdist bdist_wheel
27+
python -m build
2828
- name: Get version number
2929
id: get_version
3030
run: echo ::set-env name=VERSION::$(python3 -c "import pyrolab; print(pyrolab.__version__)")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<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">
33
</p>
44

55
---

0 commit comments

Comments
 (0)