With upload and download artifacts
This commit is contained in:
parent
bab69c8018
commit
8ef5fd5a64
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user