diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 04b0e8b..77f24ea 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -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: |