Skip to content

Commit df754d7

Browse files
committed
uploading distributions
1 parent a6cef3c commit df754d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pypi-publish.yml

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
- name: Build a binary wheel and a source tarball
2121
run: |
2222
poetry build
23+
- name: Store the distribution packages
24+
uses: actions/upload-artifact@v3
25+
with:
26+
name: python-package-distributions
27+
path: dist/
2328

2429
publish-to-pypi:
2530
name: >-

0 commit comments

Comments
 (0)