Skip to content

Commit e393e75

Browse files
authored
ARROW-130 Release build is not including sdist (#112)
* ARROW-130 Release build is not including sdist * fix flake8 link
1 parent 21f773f commit e393e75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- uses: actions/upload-artifact@v3
9797
with:
9898
name: "sdist"
99-
path: ./bindings/python/wheelhouse/*.tar.gz
99+
path: ./bindings/python/dist/*.tar.gz
100100

101101
collect-dist:
102102
runs-on: ubuntu-latest

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
files: \.py$
3131
args: [--profile=black]
3232

33-
- repo: https://gitlab.com/pycqa/flake8
33+
- repo: https://github.com/PyCQA/flake8
3434
rev: 3.9.2
3535
hooks:
3636
- id: flake8

0 commit comments

Comments
 (0)