add artifact upload
Some checks failed
Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Failing after 49s
Some checks failed
Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Failing after 49s
This commit is contained in:
parent
ce461a52c0
commit
729fd18fbf
@ -31,6 +31,11 @@ jobs:
|
|||||||
pip install -U flit
|
pip install -U flit
|
||||||
flit build
|
flit build
|
||||||
find dist
|
find dist
|
||||||
|
- name: upload package as artifact
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: bankfind
|
||||||
|
path: dist
|
||||||
|
|
||||||
# - name: Build docs with mkdocs
|
# - name: Build docs with mkdocs
|
||||||
# run: |
|
# run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user