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 28b8f68 commit ad90cacCopy full SHA for ad90cac
.github/workflows/release.yml
@@ -11,6 +11,8 @@ on:
11
jobs:
12
run-script:
13
runs-on: ubuntu-latest
14
+ permissions:
15
+ contents: write
16
steps:
17
- uses: actions/checkout@v3
18
- uses: actions/setup-python@v4
.gitignore
@@ -128,5 +128,5 @@ dmypy.json
128
# Pyre type checker
129
.pyre/
130
131
-
+temp/
132
.idea/
0 commit comments