Skip to content

Commit

Permalink
feat: 打包方式修改
Browse files Browse the repository at this point in the history
  • Loading branch information
mikumifa committed Sep 6, 2024
1 parent 2003b81 commit 688372a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Upgrade setuptools, wheel, and install requirements
run: |
pip install --upgrade setuptools wheel && pip install -r requirements.txt
pip install --upgrade setuptools wheel pyinstaller && pip install -r requirements.txt
- name: Build Pyinstaller
Expand All @@ -65,12 +65,3 @@ jobs:
- uses: softprops/action-gh-release@v1
with:
files: ${{ secrets.ReleaseZipName }}_${{ matrix.config.os.filename }}-${{github.ref_name}}${{ matrix.config.os.end }}
update_release_draft:
permissions:
contents: write # for release-drafter/release-drafter to create a github release
pull-requests: write # for release-drafter/release-drafter to add label to PR
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit 688372a

Please sign in to comment.