Skip to content

Commit

Permalink
Build the package with python -m build
Browse files Browse the repository at this point in the history
  • Loading branch information
Armavica committed Oct 2, 2024
1 parent 45069a9 commit 2795ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
# pytest --cov=./pymc --cov-report term-missing pymc/
- name: Install release tooling
run: |
pip install twine wheel
pip install build twine
- name: Build package
run: |
python setup.py sdist bdist_wheel
python -m build
- name: Check version number match
run: |
echo "GITHUB_REF: ${GITHUB_REF}"
Expand Down

0 comments on commit 2795ab3

Please sign in to comment.