Skip to content

Commit

Permalink
Generate artifacts of sdist and wheel packages
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Dec 19, 2020
1 parent b6673fd commit 6c2f490
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,12 @@ jobs:
pip3 install cmake_build_extension setuptools_scm
python3 setup.py sdist
- uses: actions/upload-artifact@v2
if: matrix.type == 'User'
with:
name: packages
path: dist/*

# Validate the last tag accordingly to PEP440
# From https://stackoverflow.com/a/37972030/12150968
- name: Check PEP440 compliance
Expand Down

0 comments on commit 6c2f490

Please sign in to comment.