Fix source dist and wheels not being built

This commit is contained in:
Dan Yeaw 2024-07-11 22:11:32 -04:00
parent 350fb22fe3
commit 9adcac5e3a
No known key found for this signature in database
GPG Key ID: 86B9FEF88B780F2B

View File

@ -92,7 +92,7 @@ jobs:
with:
coverageCommand: poetry run coverage xml
- name: Create Source Dist and Wheel
if: ${{ matrix.python-version == env.python.version }}
if: ${{ matrix.python-version == env.python-version }}
run: poetry build
- name: Upload generic-${{ steps.meta.outputs.version }}.tar.gz
if: ${{ matrix.python-version == env.python-version }}