We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ff1fd9 + c9929fd commit b8c42c1Copy full SHA for b8c42c1
.github/workflows/pypi_release.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
python-version: "3.10"
15
- name: Install pypa/build
16
- run:
+ run: |
17
python -m pip install -r requirements.txt
18
python -m pip install build --user
19
- name: Build a binary wheel and a source tarball
0 commit comments