Skip to content

Commit

Permalink
Action | use rc9 lndl
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjackyuanjie committed Nov 25, 2023
1 parent 7adef8b commit 9853498
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,15 @@ jobs:
7z a -tzip "MCSL2-${{ env.MCSL2_VERSION }}-Linux-x64.zip" "./MCSL2-Linux-x64/*"
7z a -tzip "MCSL2-${{ env.MCSL2_VERSION }}-Linux-x86.zip" "./MCSL2-Linux-x86/*"
- name: Release
uses: softprops/action-gh-release@v1
with:
body_path: ./repo/ChangeLog.md
prerelease: false
draft: false
tag_name: v${{ env.MCSL2_VERSION }}
files: |
*.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Release
# uses: softprops/action-gh-release@v1
# with:
# body_path: ./repo/ChangeLog.md
# prerelease: false
# draft: false
# tag_name: v${{ env.MCSL2_VERSION }}
# files: |
# *.zip

# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"imageio>=2.31.5",
"pyqt5-qt5==5.15.2",
"setuptools>=69.0.2",
"lib-not-dr==0.2.0rc8",
"lib-not-dr==0.2.0rc9",
"pyqt5-stubs>=5.15.6.0",
]
requires-python = ">=3.8,<3.9"
Expand Down

0 comments on commit 9853498

Please sign in to comment.