Skip to content

Commit 662e07c

Browse files
authored
Merge pull request #56 from AFM-SPM/ns-rse/pypi-publishing
2 parents e11fa45 + 359ddf9 commit 662e07c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- v*
88
workflow_dispatch: # Uncomment line if you also want to trigger action manually
99

10+
permissions:
11+
id-token: write
12+
1013
jobs:
1114
build-release:
1215
runs-on: ubuntu-latest

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,7 @@ _version.py
137137
\#*
138138

139139
# Ignore topostats/_version.py as per setuptools_scm
140-
AFMReader/_version.py
140+
AFMReader/_version.py
141+
142+
# Ignore tmp/ directory
143+
tmp/

0 commit comments

Comments
 (0)