Skip to content

Commit 3a85d01

Browse files
committed
add Build wheel and source tarball in publish.yml
1 parent fb58175 commit 3a85d01

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
with:
1414
python-version: "3"
1515
- name: Install "build"
16-
run: |
17-
python -m pip install build
16+
run: python -m pip install build
17+
- name: Build wheel and source tarball
18+
run: python -m build
1819
- name: Store the distribution packages
1920
uses: actions/upload-artifact@v4
2021
with:

0 commit comments

Comments
 (0)