Skip to content

Commit

Permalink
fix: set version properly in package.json when building wheels from d…
Browse files Browse the repository at this point in the history
…evelop

Signed-off-by: miigotu <miigotu@gmail.com>
  • Loading branch information
miigotu committed Feb 17, 2024
1 parent 9599d0f commit 089ae08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-cache-dependency-path: pyproject.toml
- run: |
poetry version ${{ steps.next-version.outputs.release }}
yarn version ${{ steps.next-version.outputs.release }}
yarn version --new-version ${{ steps.next-version.outputs.release }}
poetry build
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 089ae08

Please sign in to comment.