We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f773f commit e393e75Copy full SHA for e393e75
.github/workflows/release-python.yml
@@ -96,7 +96,7 @@ jobs:
96
- uses: actions/upload-artifact@v3
97
with:
98
name: "sdist"
99
- path: ./bindings/python/wheelhouse/*.tar.gz
+ path: ./bindings/python/dist/*.tar.gz
100
101
collect-dist:
102
runs-on: ubuntu-latest
.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
30
files: \.py$
31
args: [--profile=black]
32
33
-- repo: https://gitlab.com/pycqa/flake8
+- repo: https://github.com/PyCQA/flake8
34
rev: 3.9.2
35
hooks:
36
- id: flake8
0 commit comments