With upload and download artifacts

This commit is contained in:
Anne de Jong 2023-10-11 17:22:35 +02:00
parent bab69c8018
commit 8ef5fd5a64
1 changed files with 11 additions and 1 deletions

View File

@ -20,10 +20,20 @@ jobs:
python3 -m build
pip install dist/lasp*.whl
pytest
- name: Upload artifact
- uses: actions/upload-artifact@master
with:
name: Build files
path: dist
Release-Ubuntu:
runs-on: ubuntu-latest
steps:
- name: Download artifacts
- uses: actions/download-artifact@master
with:
name: my-artifact
path: dist
- name: Release
uses: actions/release-action@main
with: