Skip to content

Commit

Permalink
Include sdist in release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Nov 6, 2023
1 parent d569f71 commit 1cd1619
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ jobs:
python-version: '3.10'
- name: Build wheels
run: pip wheel . -w dist
- name: Build Source Dist
run: python setup.py sdist
- uses: actions/upload-artifact@v3
with:
name: artifacts
path: ./dist/dask_glm*
path: ./dist/dask{-,_}glm*

list_artifacts:
name: List build artifacts
Expand Down

0 comments on commit 1cd1619

Please sign in to comment.