diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 752cb2c..e1c6d25 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,10 +17,11 @@ jobs: - name: Set up Python uses: actions/setup-python@v3 with: - python-version: "3.8" - architecture: 'x86' + python-version: "3.11" - name: Install Dependencies - run: pip install pyyaml install-jdk tqdm p_tqdm psutil rtoml requests pyinstaller pyarmor + run: pip install pyyaml install-jdk tqdm psutil requests pyinstaller pyarmor + - name: Install RToml + run: pip install rtoml-0.10.0-cp311-none-win_amd64.whl - name: Generate Bundle run: | python generate-bundle.py diff --git a/auto-antiseedcracker.py b/auto-antiseedcracker.py index 540d64e..d9f159f 100644 --- a/auto-antiseedcracker.py +++ b/auto-antiseedcracker.py @@ -1,6 +1,5 @@ from utils import * import rtoml -import urllib.request script_license() print("开始配置!") diff --git a/rtoml-0.10.0-cp311-none-win_amd64.whl b/rtoml-0.10.0-cp311-none-win_amd64.whl new file mode 100644 index 0000000..2863880 Binary files /dev/null and b/rtoml-0.10.0-cp311-none-win_amd64.whl differ