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 b8459c8 commit e8c7bcfCopy full SHA for e8c7bcf
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
python-version: "3.x"
29
- name: Install build
30
- run:
+ run: |
31
python -m pip install --upgrade pip
32
python -m pip install build
33
- name: Build package
0 commit comments