diff --git a/.github/workflows/builds.yaml b/.github/workflows/builds.yaml index cd992e6d..b2499d82 100644 --- a/.github/workflows/builds.yaml +++ b/.github/workflows/builds.yaml @@ -54,3 +54,10 @@ jobs: - name: "Build with TOX" run: | tox -e build + + - name: Store the build artefacts + uses: actions/upload-artifact@v3 + with: + name: ${{ github.ref_name }} + path: dist/ + retention-days: 14