ci: upload built wheels as an artifact for ease of inspection

pull/1199/head
Erik Sundell 2022-10-23 12:19:55 +02:00
rodzic 55a9cd81f8
commit 224633af93
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -44,6 +44,13 @@ jobs:
python -m build --sdist --wheel .
ls -l dist
# ref: https://github.com/actions/upload-artifact#readme
- uses: actions/upload-artifact@v3
with:
name: repo2docker_service-${{ github.sha }}
path: "dist/*"
if-no-files-found: error
# This step is only run when a new tag is pushed
# all previous steps always run in order to exercise them
- name: Publish distribution to PyPI