Skip to content

Commit c2e7311

Browse files
authored
upload pypi (#152)
1 parent 5062440 commit c2e7311

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pypi.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
--wheel
2929
--outdir dist/
3030
.
31+
- name: Store the distribution packages
32+
uses: actions/upload-artifact@v3
33+
with:
34+
name: python-package-distributions
35+
path: dist/
3136

3237
publish-to-pypi:
3338
name: >-

0 commit comments

Comments
 (0)