Skip to content

Commit 26d88ca

Browse files
NickCrewssimonjayhawkins
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 aa59fc4 commit 26d88ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/sdist.yml

+6
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ jobs:
5252
pip list
5353
python setup.py sdist --formats=gztar
5454
55+
- name: Upload sdist artifact
56+
uses: actions/upload-artifact@v3
57+
with:
58+
name: ${{matrix.python-version}}-sdist.gz
59+
path: dist/*.gz
60+
5561
- uses: conda-incubator/setup-miniconda@v2
5662
with:
5763
activate-environment: pandas-sdist

0 commit comments

Comments
 (0)