We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ecd0b commit 05e724fCopy full SHA for 05e724f
.github/workflows/release.yml
@@ -1,5 +1,5 @@
1
name: Release
2
-on: {push: {tags: ['v*.*.*']}}
+on: {push: {branch: ['unf_prod']}}
3
jobs:
4
pypi:
5
permissions: {id-token: write}
@@ -10,4 +10,4 @@ jobs:
10
- uses: actions/setup-python@v5
11
with: {python-version: '3.x'}
12
- uses: casperdcl/deploy-pypi@v2
13
- with: {build: -s, upload: true}
+ with: {build: -s, upload: false}
0 commit comments