Skip to content

Commit a3a5d7c

Browse files
committed
updated
1 parent 5ab9d39 commit a3a5d7c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@ jobs:
2121
uses: actions/setup-python@v5
2222
with:
2323
python-version: "3.x"
24+
- name: Install pypa/build
25+
run: >-
26+
python3 -m
27+
pip install
28+
build
29+
--user
30+
- name: Build a binary wheel and a source tarball
31+
run: python3 -m build
32+
- name: Store the distribution packages
33+
uses: actions/upload-artifact@v4
34+
with:
35+
name: python-package-distributions
36+
path: dist/
2437

2538
publish-to-pypi:
2639
name: >-

0 commit comments

Comments
 (0)