Skip to content

Commit

Permalink
Merge pull request #178 from OpenMS/jpfeuffer-patch-1
Browse files Browse the repository at this point in the history
fixes #177
  • Loading branch information
poshul authored Jan 20, 2023
2 parents b96cc0b + 417a1f4 commit 39fc418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-autowrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
packages_dir: ${{ github.workspace }}/dist

- name: Parse version
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
id: version

- name: Create github release
uses: actions/create-release@v1.1.4
uses: softprops/action-gh-release@v1
id: create_release
with:
draft: false
Expand Down

0 comments on commit 39fc418

Please sign in to comment.