Skip to content

Commit 29f45b7

Browse files
committed
ci: drop setup-python, show build version
1 parent 71b80b8 commit 29f45b7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: .github/workflows/sdist.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,9 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535

36-
- name: Set up Python
37-
uses: actions/setup-python@v2
38-
with:
39-
python-version: ${{ matrix.python-version }}
40-
4136
- name: Build pandas sdist
4237
run: |
38+
pipx run build --version
4339
pipx run build --sdist
4440
4541
- uses: conda-incubator/setup-miniconda@v2

0 commit comments

Comments
 (0)