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.
2 parents b96cc0b + 417a1f4 commit 39fc418Copy full SHA for 39fc418
.github/workflows/release-autowrap.yaml
@@ -42,11 +42,11 @@ jobs:
42
packages_dir: ${{ github.workspace }}/dist
43
44
- name: Parse version
45
- run: echo "::set-output name=version::$(python3 -c 'from autowrap.version import __version__ as v; print("%d.%d.%d" % v)')"
+ run: echo "version=$(python3 -c 'from autowrap.version import __version__ as v; print("%d.%d.%d" % v)')" >> $GITHUB_OUTPUT
46
id: version
47
48
- name: Create github release
49
- uses: actions/create-release@v1.1.4
+ uses: softprops/action-gh-release@v1
50
id: create_release
51
with:
52
draft: false
0 commit comments