From 631b332cd917e07bc15a152b1066c70902b6cb92 Mon Sep 17 00:00:00 2001 From: Milas Bowman Date: Sat, 30 Jul 2022 12:23:53 -0400 Subject: ci: add missing wheel package Signed-off-by: Milas Bowman --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4b2565..dde656c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,10 @@ jobs: with: python-version: '3.10' - - run: python setup.py sdist bdist_wheel + - name: Generate Pacakge + run: | + pip3 install wheel + python setup.py sdist bdist_wheel env: SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DOCKER: ${{ inputs.tag }} -- cgit v1.2.1