Skip to content

Commit 4217979

Browse files
committed
CI: Upload distributions for manual checks
1 parent 735b3d7 commit 4217979

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
6868
run: python setup.py sdist bdist_wheel
6969
- name: Check distributions
7070
run: twine check dist/*
71+
- uses: actions/upload-artifact@v2
72+
with:
73+
name: distributions
74+
path: dist/
7175
- name: Upload to PyPI (on tags)
7276
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
7377
uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)