Skip to content

Commit fd65b18

Browse files
authored
Merge pull request #390 from jmmshn/patch_wf
Actually Build The Package
2 parents b32f0b5 + 926c5de commit fd65b18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
3333
python -m pip install -r requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
3434
python -m pip install --upgrade pip
3535
python -m pip install --no-deps .[server]
36+
python -m pip install build
3637
3738
- name: Build package
38-
run: pip install build
39+
run: python -m build
3940

4041
- name: Publish package
4142
uses: pypa/gh-action-pypi-publish@release/v1.5

0 commit comments

Comments
 (0)