We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45069a9 commit 67f43aeCopy full SHA for 67f43ae
.github/workflows/release.yml
@@ -26,10 +26,10 @@ jobs:
26
# pytest --cov=./pymc --cov-report term-missing pymc/
27
- name: Install release tooling
28
run: |
29
- pip install twine wheel
+ pip install build twine
30
- name: Build package
31
32
- python setup.py sdist bdist_wheel
+ python -m build
33
- name: Check version number match
34
35
echo "GITHUB_REF: ${GITHUB_REF}"
0 commit comments