add artifact upload
Some checks failed
Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Failing after 49s

This commit is contained in:
Austin Godber 2024-07-23 08:02:45 -07:00
parent ce461a52c0
commit 729fd18fbf

View File

@ -31,6 +31,11 @@ jobs:
pip install -U flit
flit build
find dist
- name: upload package as artifact
uses: actions/upload-artifact@v4
with:
name: bankfind
path: dist
# - name: Build docs with mkdocs
# run: |