Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add readme for image classification and object detection #56

Merged
merged 6 commits into from
Aug 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove dark theme logo from README during release
  • Loading branch information
Inokinoki committed Aug 14, 2024
commit 79d590bdd3c2ed66e685ffae19239c595fa90494
5 changes: 5 additions & 0 deletions .github/workflows/do-release.yml
Original file line number Diff line number Diff line change
@@ -13,11 +13,16 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4.1.0

- name: Remove dark theme logo from README
run: sed -i 's/.*#gh-dark-mode-only.*//' README.md

- name: Setup PDM
uses: pdm-project/setup-pdm@v3
with:
python-version: "3.10"
cache: false

- name: Build dist
run: pdm build