Skip to content

Commit 224633a

Browse files
committed
ci: upload built wheels as an artifact for ease of inspection
1 parent 55a9cd8 commit 224633a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ jobs:
4444
python -m build --sdist --wheel .
4545
ls -l dist
4646
47+
# ref: https://github.com/actions/upload-artifact#readme
48+
- uses: actions/upload-artifact@v3
49+
with:
50+
name: repo2docker_service-${{ github.sha }}
51+
path: "dist/*"
52+
if-no-files-found: error
53+
4754
# This step is only run when a new tag is pushed
4855
# all previous steps always run in order to exercise them
4956
- name: Publish distribution to PyPI

0 commit comments

Comments
 (0)