Add missing build step

This commit is contained in:
Aaron Heise 2023-02-11 23:26:30 -06:00 committed by GitHub
parent ee084eddf5
commit 0e68af92f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,10 @@ jobs:
run: poetry run pytest -m "not skip_ci" tests run: poetry run pytest -m "not skip_ci" tests
- name: Build package
run: poetry build
- name: Upload a Build Artifact - name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.2 uses: actions/upload-artifact@v3.1.2
with: with: