We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e107d5 commit 592eb3eCopy full SHA for 592eb3e
1 file changed
.github/workflows/ci.yml
@@ -53,6 +53,7 @@ jobs:
53
build:
54
name: Build Package
55
runs-on: ubuntu-latest
56
+ if: github.ref != 'refs/heads/main'
57
steps:
58
- uses: actions/checkout@v5
59
- name: Set up uv
@@ -124,6 +125,7 @@ jobs:
124
125
uses: astral-sh/setup-uv@v7
126
with:
127
python-version: "3.11"
128
+ activate-environment: true
129
- name: Python Semantic Release
130
id: release
131
uses: python-semantic-release/python-semantic-release@v10.4.1
0 commit comments