This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from Ljzd-PRO/v2.0.0-temp
更新至 v2.0.0
- Loading branch information
Showing
7 changed files
with
58 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Build and pack (v1) | ||
name: Build (v1) | ||
|
||
on: | ||
workflow_dispatch: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Build (i386 Alpine, v2) | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
permissions: | ||
contents: read | ||
|
||
env: | ||
# Initialize vars context by reading it from env context | ||
_: ${{ vars._ }} | ||
spec-file-path: Mys_Goods_Tool.spec | ||
container-id: | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
container: balenalib/qemux86-alpine-python | ||
steps: | ||
- name: Install dependencies | ||
run : | | ||
qemu-i386 curl -sSL https://install.python-poetry.org | python3 - | ||
qemu-i386 poetry install --with pyinstaller | ||
- name: Build | ||
run: | | ||
poetry run pyinstaller ${{ env.spec-file-path }} | ||
- name: Upload build | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: Mys_Goods_Tool_v2-Alpine-i386 | ||
path: | | ||
dist/${{ env.executable-file-name }}* | ||
README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "mys-goods-tool" | ||
version = "2.0.0-beta.1" | ||
version = "2.0.0" | ||
description = "米游社商品兑换工具|短信验证登录|终端TUI界面" | ||
authors = ["Ljzd-PRO <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -26,12 +26,11 @@ tenacity = "^8.2.2" | |
requests = "^2.29.0" | ||
ping3 = "^4.0.4" | ||
ntplib = "^0.4.0" | ||
pyperclip = "^1.8.2" | ||
pydantic = "^1.10.6" | ||
loguru = "^0.7.0" | ||
httpx = "^0.24.0" | ||
rich = "^13.3.5" | ||
textual = "^0.22.3" | ||
textual = "^0.23.0" | ||
socksio = "^1.0.0" | ||
apscheduler = "^3.10.1" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters