Skip to content

Commit

Permalink
feat: replace 'KillPy' with 'killpy' in workflow and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlaloc-Es committed Jan 5, 2025
1 parent 8f25eb3 commit 88ded19
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,13 @@ jobs:
run: |
uv build
uv publish
- name: "Replace KillPy with killpy"
run: |
sed -i 's/KillPy/killpy/g' uv.lock
sed -i 's/KillPy/killpy/g' pyproject.toml
- name: "Re-publish package"
env:
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
run: |
uv build
uv publish
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ version_files = [
]

[project.scripts]
KillPy = "killpy.__main__:main"
killpy = "killpy.__main__:main"

0 comments on commit 88ded19

Please sign in to comment.