Skip to content

Commit

Permalink
Merge branch 'devel' into pure-py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljzd-PRO committed Mar 24, 2024
2 parents f49dc09 + 0671395 commit 1677642
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: GitHub Release
on:
workflow_dispatch:
push:
tags:
- "*"

permissions:
contents: write
Expand Down Expand Up @@ -43,8 +41,3 @@ jobs:
body_path: CHANGELOG.md
files: artifact/*.zip
prerelease: contains(github.ref, 'beta')

publish:
needs:
- release
uses: ./.github/workflows/python-publish.yml

0 comments on commit 1677642

Please sign in to comment.