Skip to content

Commit

Permalink
Merge pull request #53 from FocoosAI/fix/gh-actions-release
Browse files Browse the repository at this point in the history
Fix/gh actions release
  • Loading branch information
giuseppeambrosio97 authored Jan 10, 2025
2 parents e94927f + f436633 commit 3e53658
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ jobs:
commit_message: "[bot]: update version to ${{ steps.get_next_version.outputs.new_version }}"
file_pattern: pyproject.toml
tagging_message: ${{ steps.get_next_version.outputs.new_tag }}
# - name: Tag version
# id: tag_version
# uses: mathieudutour/[email protected]
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# dry_run: false
# custom_tag: ${{ steps.get_next_version.outputs.new_tag }}
# tag_prefix: ""
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"requests",
"Pillow~=10.4.0",
"supervision~=0.26.0rc2",
"pydantic~=2.8.2",
"pydantic~=2.10.5",
"pydantic-settings~=2.7.1",
"tqdm~=4.67.1",
"numpy~=2.2.1",
Expand Down

0 comments on commit 3e53658

Please sign in to comment.