We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8f148 commit cbfdd40Copy full SHA for cbfdd40
.github/workflows/_release.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Build distribution 📦
33
run: |
34
pip install build
35
- make dist
+ python -m build
36
- name: Validate
37
38
pip install dist/*.whl
0 commit comments