Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
fixed release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Cellebyte committed May 4, 2022
1 parent 3a695d1 commit 8549a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
run: |
poetry build
- name: Install Package
run:
run: |
poetry run python -m pip install dist/*.whl
echo "PROJECT_VERSION=$(poetry run python -m netplanner --version)" >> $GITHUB_ENV
echo "::set-output name=version::$(poetry run python -m netplanner --version)"
poetry run python -m pip uninstall netplanner
poetry run python -m pip uninstall --yes dist/*.whl
id: version
- name: Break on version mismatch
if: ${{ env.TAG_NAME != env.PROJECT_VERSION }}
Expand Down

0 comments on commit 8549a16

Please sign in to comment.