Skip to content

Commit 41ca5b2

Browse files
committed
Merge branch 'main' into dlaub/splice
2 parents 96ecc9f + ead0c1e commit 41ca5b2

File tree

4 files changed

+292
-74
lines changed

4 files changed

+292
-74
lines changed

.github/workflows/bump.yaml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -25,42 +25,3 @@ jobs:
2525
tag_name: ${{ env.REVISION }}
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.COMMITIZEN }}
28-
29-
push-stable-and-release:
30-
environment: pypi
31-
runs-on: ubuntu-latest
32-
name: "Push stable, release, and publish to pypi"
33-
steps:
34-
- name: Check out
35-
uses: actions/checkout@v4
36-
with:
37-
ref: main
38-
fetch-depth: 0
39-
token: "${{ secrets.COMMITIZEN }}"
40-
- name: Merge main -> stable
41-
uses: devmasx/merge-branch@master
42-
with:
43-
type: now
44-
target_branch: stable
45-
github_token: ${{ secrets.COMMITIZEN }}
46-
- name: Release
47-
uses: softprops/action-gh-release@v2
48-
with:
49-
body_path: "body.md"
50-
tag_name: v${{ env.REVISION }}
51-
env:
52-
GITHUB_TOKEN: ${{ secrets.COMMITIZEN }}
53-
- name: Setup pixi
54-
uses: prefix-dev/[email protected]
55-
with:
56-
pixi-version: v0.46.0
57-
cache: true
58-
environments: >-
59-
py310
60-
py311
61-
py312
62-
- name: Publish
63-
run: |
64-
pixi run -e py310 publish
65-
pixi run -e py311 publish
66-
pixi run -e py312 publish

0 commit comments

Comments
 (0)