With upload and download artifacts
This commit is contained in:
parent
bab69c8018
commit
8ef5fd5a64
@ -20,10 +20,20 @@ jobs:
|
|||||||
python3 -m build
|
python3 -m build
|
||||||
pip install dist/lasp*.whl
|
pip install dist/lasp*.whl
|
||||||
pytest
|
pytest
|
||||||
|
- name: Upload artifact
|
||||||
|
- uses: actions/upload-artifact@master
|
||||||
|
with:
|
||||||
|
name: Build files
|
||||||
|
path: dist
|
||||||
Release-Ubuntu:
|
Release-Ubuntu:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Download artifacts
|
||||||
|
- uses: actions/download-artifact@master
|
||||||
|
with:
|
||||||
|
name: my-artifact
|
||||||
|
path: dist
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: actions/release-action@main
|
uses: actions/release-action@main
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user