Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-cooney authored Dec 11, 2022
1 parent 76498f1 commit 4bb9c10
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ jobs:
- semver-parser
# - release-react
runs-on: ubuntu-latest
env:
working-directory: python
defaults:
run:
working-directory: python
Expand All @@ -80,10 +78,10 @@ jobs:
cache: 'poetry'
- name: Install dependencies
run: poetry install --with dev
- name: Build
run: poetry build
- name: Set the version
run: poetry version ${{needs.semver-parser.outputs.semver}}
- name: Build
run: poetry build
- name: Publish
run: poetry publish
env:
Expand Down

0 comments on commit 4bb9c10

Please sign in to comment.