Skip to content

Commit 6697f2d

Browse files
committed
BLD: Upload sdist artifact from CI
Now it is possible to inspect the sdist that is built, to see what was included and for debugging. Inspired by needing to see what was acutally included in the sdist at pandas-dev#46271
1 parent 3e718e3 commit 6697f2d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/sdist.yml

+6
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ jobs:
5454
pip list
5555
python setup.py sdist --formats=gztar
5656
57+
- name: Upload sdist artifact
58+
uses: actions/upload-artifact@v3
59+
with:
60+
name: ${{ github.ref }}-${{matrix.python-version}}-sdist.gz
61+
path: dist/*.gz
62+
5763
- uses: conda-incubator/setup-miniconda@v2
5864
with:
5965
activate-environment: pandas-sdist

0 commit comments

Comments
 (0)