Skip to content

Commit fed9468

Browse files
committed
Minor
1 parent d41a3e0 commit fed9468

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-wheel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
needs: build
3939
runs-on: ubuntu-latest
4040
if: startsWith(github.ref, 'refs/tags/v')
41+
permissions:
42+
contents: write
4143
steps:
4244
- name: Download wheel artifact
4345
uses: actions/download-artifact@v4
@@ -46,9 +48,7 @@ jobs:
4648
path: dist/
4749

4850
- name: Upload to GitHub Release
49-
uses: softprops/action-gh-release@v1
51+
uses: softprops/action-gh-release@v2
5052
with:
51-
tag_name: ${{ github.ref_name }}
5253
files: dist/*.whl
53-
env:
54-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
generate_release_notes: true

microdoc/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# All rights reserved.
55
# License: BSD 3-Clause Clear License (see LICENSE for details)
66

7-
__version__ = "0.6.1"
7+
__version__ = "0.6.2"

0 commit comments

Comments
 (0)