Skip to content

Commit

Permalink
REMOVE uncessary package in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
karminski committed Nov 26, 2024
1 parent 48729b4 commit 1dc9f8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ jobs:
dist/*.exe
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
actions-timeline:
needs: [build]
runs-on: ubuntu-latest
steps:
- uses: Kesin11/actions-timeline@v2
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
tkinter
pyinstaller>=6.0.0
pywin32>=223
2 changes: 1 addition & 1 deletion supermicro-x-series.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import locale

# 在文件顶部添加版本常量
VERSION = "v0.1.1"
VERSION = "v0.1.2"


def is_admin():
Expand Down

0 comments on commit 1dc9f8e

Please sign in to comment.