We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6461d26 commit cb8c84cCopy full SHA for cb8c84c
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
python -m pip install -e .
22
- name: Build package
23
run: |
24
- python -m build
+ python -m build --sdist --wheel
25
python -m twine check dist/*
26
- name: Upload package to TestPyPI
27
0 commit comments