Fix wrong python version env variables
This commit is contained in:
parent
af7fa14bbc
commit
25c7c229d4
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -100,16 +100,16 @@ 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.output.version }}.tar.gz
|
||||
if: ${{ matrix.python_version == env.python_version }}
|
||||
- name: Upload generic-${{ steps.meta.outputs.version }}.tar.gz
|
||||
if: ${{ matrix.python-version == env.python-version }}
|
||||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
|
||||
with:
|
||||
name: generic-${{ steps.meta.outputs.version }}.tar.gz
|
||||
path: dist/generic-${{ steps.meta.outputs.version }}.tar.gz
|
||||
- name: Upload generic-${{ steps.meta.outputs.version }}-py3-none-any.whl
|
||||
if: ${{ matrix.python_version == env.python_version }}
|
||||
if: ${{ matrix.python-version == env.python-version }}
|
||||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
|
||||
with:
|
||||
name: generic-${{ steps.meta.outputs.version }}-py3-none-any.whl
|
||||
|
Loading…
x
Reference in New Issue
Block a user