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 89f8ff5 commit 14e0320Copy full SHA for 14e0320
.github/workflows/main.yml
@@ -222,11 +222,11 @@ jobs:
222
- name: Install dependencies
223
run: |
224
python -m pip install --upgrade pip
225
- pip install --upgrade wheel setuptools setuptools_scm[toml]>=6 tox
+ pip install --upgrade build tox
226
227
- name: Build package
228
229
- python setup.py sdist bdist_wheel
+ python -m build
230
231
- name: Publish package to PyPI
232
uses: pypa/gh-action-pypi-publish@master
changelog/9225.trivial.rst
@@ -0,0 +1 @@
1
+Changed the command used to create sdist and wheel artifacts: using the build package instead of setup.py.
0 commit comments