Fix source dist and wheels not being built
This commit is contained in:
parent
350fb22fe3
commit
9adcac5e3a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user