Skip to content

Commit

Permalink
清理无效 tools
Browse files Browse the repository at this point in the history
  • Loading branch information
TakWolf committed Jul 3, 2024
1 parent 64ace6c commit 027e24e
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 302 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ jobs:
release:
permissions:
contents: write
strategy:
matrix:
font-size: [8, 10, 12]
width-mode: [monospaced, proportional]
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -26,8 +21,8 @@ jobs:
python -m pip install pip --upgrade
python -m pip install -r requirements.txt
- name: Build
run: python -m tools.release_${{ matrix.font-size }}px_${{ matrix.width-mode }}
run: python -m tools.build
- name: Release
uses: softprops/action-gh-release@v2
with:
files: ./build/releases/fusion-pixel-font-${{ matrix.font-size }}px-${{ matrix.width-mode }}-*.zip
files: ./build/releases/*.zip
16 changes: 0 additions & 16 deletions tools/dump_fonts.py

This file was deleted.

16 changes: 0 additions & 16 deletions tools/make_fallback.py

This file was deleted.

35 changes: 0 additions & 35 deletions tools/make_fonts.py

This file was deleted.

38 changes: 0 additions & 38 deletions tools/release_10px_monospaced.py

This file was deleted.

38 changes: 0 additions & 38 deletions tools/release_10px_proportional.py

This file was deleted.

38 changes: 0 additions & 38 deletions tools/release_12px_monospaced.py

This file was deleted.

38 changes: 0 additions & 38 deletions tools/release_12px_proportional.py

This file was deleted.

38 changes: 0 additions & 38 deletions tools/release_8px_monospaced.py

This file was deleted.

38 changes: 0 additions & 38 deletions tools/release_8px_proportional.py

This file was deleted.

0 comments on commit 027e24e

Please sign in to comment.