We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93efb41 commit 86dd7d7Copy full SHA for 86dd7d7
1 file changed
.github/workflows/deploy_source.yml
@@ -20,7 +20,7 @@ jobs:
20
python-version: 3.12
21
- name: Build source distribution
22
run: |
23
- python -m pip install setuptools
+ python -m pip install --upgrade build
24
python -m build --sdist
25
- name: Upload source package to PyPI
26
env:
0 commit comments