From b6673fd9b5bdfd667292e22745798899c52eafed Mon Sep 17 00:00:00 2001 From: Diego Ferigo Date: Sat, 19 Dec 2020 17:38:02 +0100 Subject: [PATCH] Fix sdist upload --- .github/workflows/cicd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 4e8eb3f61..6208db77e 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -232,7 +232,8 @@ jobs: # When this workflow will test other OSs, the sdist has to be created and pushed only once - name: Create sdist - if: matrix.type == 'User' && startsWith(matrix.os, 'ubuntu') + if: matrix.type == 'User' + # if: matrix.type == 'User' && startsWith(matrix.os, 'ubuntu') run: | pip3 install cmake_build_extension setuptools_scm python3 setup.py sdist