Skip to content

Commit

Permalink
changed named of the release package
Browse files Browse the repository at this point in the history
  • Loading branch information
pjflux2001 committed Nov 4, 2023
1 parent 89094d2 commit d21651d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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==$(cat pyproject.toml | head -3 | tail -1 | cut -d '"' -f 2) && echo "true" > ./flag || echo "false" > ./flag
pip install PolyPhyPy==$(cat pyproject.toml | head -3 | tail -1 | cut -d '"' -f 2) && echo "true" > ./flag || echo "false" > ./flag
- name: Build and publish package
env:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "polyphy"
name = "PolyPhyPy"
version = "0.0.1"
description = "description for polyphy"
readme = "README.md"
Expand Down

0 comments on commit d21651d

Please sign in to comment.