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 b947d85 commit b304f45Copy full SHA for b304f45
.github/workflows/main.yml
@@ -71,6 +71,6 @@ jobs:
71
with:
72
python-version: 3.11
73
- run: python -m pip install twine build
74
- - run: python -m build
+ - run: python -m build --sdist
75
- run: python -m pip install dist/*
76
- run: python -m twine upload dist/*
0 commit comments