We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b32f0b5 + 926c5de commit fd65b18Copy full SHA for fd65b18
.github/workflows/release.yml
@@ -33,9 +33,10 @@ jobs:
33
python -m pip install -r requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
34
python -m pip install --upgrade pip
35
python -m pip install --no-deps .[server]
36
+ python -m pip install build
37
38
- name: Build package
- run: pip install build
39
+ run: python -m build
40
41
- name: Publish package
42
uses: pypa/gh-action-pypi-publish@release/v1.5
0 commit comments