Skip to content

Commit 67f43ae

Browse files
ArmavicaricardoV94
authored andcommitted
Build the package with python -m build
1 parent 45069a9 commit 67f43ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
# pytest --cov=./pymc --cov-report term-missing pymc/
2727
- name: Install release tooling
2828
run: |
29-
pip install twine wheel
29+
pip install build twine
3030
- name: Build package
3131
run: |
32-
python setup.py sdist bdist_wheel
32+
python -m build
3333
- name: Check version number match
3434
run: |
3535
echo "GITHUB_REF: ${GITHUB_REF}"

0 commit comments

Comments
 (0)