We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41a3e0 commit fed9468Copy full SHA for fed9468
.github/workflows/build-wheel.yml
@@ -38,6 +38,8 @@ jobs:
38
needs: build
39
runs-on: ubuntu-latest
40
if: startsWith(github.ref, 'refs/tags/v')
41
+ permissions:
42
+ contents: write
43
steps:
44
- name: Download wheel artifact
45
uses: actions/download-artifact@v4
@@ -46,9 +48,7 @@ jobs:
46
48
path: dist/
47
49
50
- name: Upload to GitHub Release
- uses: softprops/action-gh-release@v1
51
+ uses: softprops/action-gh-release@v2
52
with:
- tag_name: ${{ github.ref_name }}
53
files: dist/*.whl
- env:
54
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ generate_release_notes: true
microdoc/_version.py
@@ -4,4 +4,4 @@
4
# All rights reserved.
5
# License: BSD 3-Clause Clear License (see LICENSE for details)
6
7
-__version__ = "0.6.1"
+__version__ = "0.6.2"
0 commit comments