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 cc46568 commit f597b9cCopy full SHA for f597b9c
.github/workflows/release.yaml
@@ -67,10 +67,10 @@ jobs:
67
- name: Install dependencies
68
run: |
69
python -m pip install --upgrade pip
70
- pip install setuptools wheel
+ pip install setuptools wheel build
71
- name: Build and publish
72
73
- pip wheel . -w dist
+ python -m build --sdist --wheel --outdir dist/ .
74
- name: Publish package
75
uses: pypa/gh-action-pypi-publish@release/v1
76
with:
0 commit comments