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 8d4640e commit ce6d89aCopy full SHA for ce6d89a
.github/workflows/publish.yml
@@ -15,10 +15,10 @@ jobs:
15
python-version: 3.8
16
- name: Install build dependencies
17
run: |
18
- python -m pip install --upgrade pip wheel
+ python -m pip install --upgrade pip wheel build
19
- name: Build package
20
21
- python setup.py sdist bdist_wheel
+ python -m build
22
- name: Publish a Python distribution to PyPI
23
uses: pypa/[email protected]
24
with:
0 commit comments