v3
All checks were successful
Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Successful in 14s

This commit is contained in:
Austin Godber 2024-07-24 07:32:37 -07:00
parent 729fd18fbf
commit 4aee92547c

View File

@ -32,7 +32,7 @@ jobs:
flit build flit build
find dist find dist
- name: upload package as artifact - name: upload package as artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: bankfind name: bankfind
path: dist path: dist