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 148f171 commit 05b44d9Copy full SHA for 05b44d9
.github/workflows/publish_to_pypi.yml
@@ -31,6 +31,7 @@ jobs:
31
run: |
32
python -m pip install --upgrade pip
33
python -m pip install build twine
34
+ python -m build
35
twine check dist/*
36
- name: Upload dist artefact
37
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
0 commit comments