We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f473ee + 96d01f7 commit 4b0fcefCopy full SHA for 4b0fcef
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
path: dist/*
48
test:
49
name: Upload to Test PyPI
50
- permissions:
+ permissions:
51
id-token: write
52
needs: [build]
53
runs-on: ubuntu-latest
@@ -76,7 +76,7 @@ jobs:
76
77
publish:
78
environment: release
79
80
81
name: Upload release to PyPI
82
needs: [build, test]
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
exclude: &exclude_pattern 'iv_weak_instruments.ipynb'
26
args: ["--maxkb=1500"]
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: v0.6.1
+ rev: v0.6.2
29
hooks:
30
# Run the linter
31
- id: ruff
0 commit comments