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.
2 parents e11fa45 + 359ddf9 commit 662e07cCopy full SHA for 662e07c
.github/workflows/pypi.yaml
@@ -7,6 +7,9 @@ on:
7
- v*
8
workflow_dispatch: # Uncomment line if you also want to trigger action manually
9
10
+permissions:
11
+ id-token: write
12
+
13
jobs:
14
build-release:
15
runs-on: ubuntu-latest
.gitignore
@@ -137,4 +137,7 @@ _version.py
137
\#*
138
139
# Ignore topostats/_version.py as per setuptools_scm
140
-AFMReader/_version.py
+AFMReader/_version.py
141
142
+# Ignore tmp/ directory
143
+tmp/
0 commit comments