Renamed some artifacts (#489)

Renamed some artifacts and other minor tweaks to the test & build
workfow
This commit is contained in:
Philipp Horstenkamp 2023-12-27 11:59:02 +01:00 committed by GitHub
parent 2235987834
commit 71c929cda8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ jobs:
path: |
coverage.xml
.coverage
if-no-files-found: error
- name: Archive unit test results
uses: actions/upload-artifact@v4
with:
@ -88,6 +89,7 @@ jobs:
with:
name: Coverage Report HTML
path: htmlcov/
if-no-files-found: error
build:
name: Wheel-Build
@ -109,8 +111,9 @@ jobs:
- name: Archive builds
uses: actions/upload-artifact@v4
with:
name: wheel-builds
name: python-build-artifacts
path: dist/
if-no-files-found: error
docker-build:
name: Docker Build
@ -123,7 +126,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: wheel-builds
name: python-build-artifacts
path: dist
- id: tag_or_main