Cleanup volume before copying
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 2m14s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details

This commit is contained in:
Anne de Jong 2023-10-26 15:17:50 +02:00
parent e9d7f0561e
commit f72a635cc7
1 changed files with 3 additions and 2 deletions

View File

@ -23,8 +23,9 @@ jobs:
pip install dist/lasp*.whl
pytest
- name: Copy dist files to /dist dir
run:
- name: Cleanup old dist files and copy new to /dist dir
run: |-
rm /dist/*
cp -v dist/* /dist
Release-Ubuntu: