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 17f616d commit 62db2f3Copy full SHA for 62db2f3
.github/workflows/release_to_pypi.yml
@@ -28,7 +28,7 @@ jobs:
28
twine check --strict dist/*
29
30
- name: Create Release Notes
31
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
32
with:
33
github-token: ${{secrets.GITHUB_TOKEN}}
34
script: |
0 commit comments