We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f53b75 commit 156ccfbCopy full SHA for 156ccfb
1 file changed
.github/workflows/build.yml
@@ -73,12 +73,15 @@ jobs:
73
python -m pip install \
74
"setuptools>=64" \
75
"setuptools-scm>=8" \
76
+ build \
77
wheel \
78
twine
79
which python
80
python --version
81
python -m pip --version
- python -m twine -h
82
+ python -m build --version
83
+ python -m wheel version
84
+ python -m twine --version
85
86
- name: Build
87
run: |
0 commit comments