Skip to content

Commit 6a93d8f

Browse files
NickCrewsyehoshuadimarsky
authored andcommitted
BLD: Upload sdist artifact from CI (pandas-dev#46277)
* 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 * BLD: fix artifact name Got this error before: Error: Artifact name is not valid: refs/pull/46277/merge-3.8-sdist.gz. Contains the following character: Forward slash / This is more precise anyways. * BLD: Drop SHA from sdist artifact name Per pandas-dev#46277 (comment)
1 parent 88348e2 commit 6a93d8f

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: ${{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)