We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf912c commit 1121f3fCopy full SHA for 1121f3f
1 file changed
.github/workflows/publish.yml
@@ -13,9 +13,12 @@ jobs:
13
with:
14
python-version: "3"
15
- name: Install "build"
16
- run: python -m pip install build
+ run: |
17
+ python -m pip install build
18
- name: Build wheel and source tarball
19
run: python -m build
20
21
+ python -m build
22
- name: Store the distribution packages
23
uses: actions/upload-artifact@v4
24
0 commit comments