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 fd7a48e commit 53c1275Copy full SHA for 53c1275
.github/workflows/build-and-release.yaml
@@ -130,6 +130,9 @@ jobs:
130
if: ${{ startsWith(github.ref, 'refs/tags/') == true }}
131
needs: [build-windows, build-virtualenv]
132
runs-on: 'ubuntu-20.04'
133
+ permissions:
134
+ # See https://github.com/softprops/action-gh-release/issues/236#issuecomment-1150530128
135
+ contents: write
136
137
steps:
138
- name: Download all artifacts
OATFWGUI/_version.py
@@ -1 +1 @@
1
-__version__ = '0.0.10'
+__version__ = '0.0.11'
0 commit comments