diff --git a/.github/publish.txt b/.github/publish.txt index 5cee5b06..2fa1dd55 100644 --- a/.github/publish.txt +++ b/.github/publish.txt @@ -1 +1 @@ -v6.4.7 +v6.4.8 diff --git a/.github/workflows/package.yaml b/.github/workflows/package.yaml index 62000bcd..030c5246 100644 --- a/.github/workflows/package.yaml +++ b/.github/workflows/package.yaml @@ -35,30 +35,3 @@ jobs: run: | venv\Scripts\Activate.ps1 venv\Scripts\python run_build.py --type package --upload - - publish-linux-package: - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Set up Python 3.8 - uses: actions/setup-python@v4 - with: - python-version: 3.8.x - - - name: Install dependencies - run: | - python -m pip install --upgrade pip - python -m venv venv - venv/bin/python -m pip install --upgrade pip wheel setuptools - venv/bin/python -m pip install -r requirements.txt - venv/bin/python -m pip install cos-python-sdk-v5 - venv/bin/python -m pip install pyinstaller - - - name: Build and publish package - env: - SECRETID: ${{ secrets.SECRETID }} - SECRETKEY: ${{ secrets.SECRETKEY }} - run: | - source venv/bin/activate - venv/bin/python run_build.py --type package --upload diff --git a/pluginsDev b/pluginsDev index ce92f27d..fc272f32 160000 --- a/pluginsDev +++ b/pluginsDev @@ -1 +1 @@ -Subproject commit ce92f27d75a51c65f5cb3dc148fcf891220bf22c +Subproject commit fc272f32cc2ffcabdf0d010b217d503d7f2b4553 diff --git a/requirements.txt b/requirements.txt index 0f7e9bf1..82a4d4a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -amiyabot==1.9.5 +amiyabot==1.9.8 attrdict~=2.0.1 baidu-aip dhash~=1.3