Skip to content

Commit

Permalink
Fix sdist upload
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Dec 19, 2020
1 parent 51de370 commit b6673fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6673fd

Please sign in to comment.