Skip to content

Commit

Permalink
Update release_package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pjflux2001 authored Oct 28, 2023
1 parent a1af922 commit bddf48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Check if Python package already exists
run: |
pip install polyphy-testing==$(cat pyproject.toml | head -20 | tail -1 | cut -d '"' -f 2) && echo "true" > ./flag || echo "false" > ./flag
pip install polyphy-rule==$(cat pyproject.toml | head -20 | tail -1 | cut -d '"' -f 2) && echo "true" > ./flag || echo "false" > ./flag
- name: Build and publish package
env:
Expand All @@ -34,4 +34,4 @@ jobs:
echo "New version is live!!!"
else
echo "Not publishing as the above version already exists!"
fi
fi

0 comments on commit bddf48e

Please sign in to comment.