Skip to content

Commit 05e724f

Browse files
committed
build branch
1 parent 98ecd0b commit 05e724f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Release
2-
on: {push: {tags: ['v*.*.*']}}
2+
on: {push: {branch: ['unf_prod']}}
33
jobs:
44
pypi:
55
permissions: {id-token: write}
@@ -10,4 +10,4 @@ jobs:
1010
- uses: actions/setup-python@v5
1111
with: {python-version: '3.x'}
1212
- uses: casperdcl/deploy-pypi@v2
13-
with: {build: -s, upload: true}
13+
with: {build: -s, upload: false}

0 commit comments

Comments
 (0)