We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984ebc7 commit 4fdc642Copy full SHA for 4fdc642
.github/workflows/release-simple.yml
.github/workflows/release.yml
@@ -88,13 +88,13 @@ jobs:
88
draft: false
89
prerelease: false
90
env:
91
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_PAT }}
92
93
# ────────────────────────────────────────
94
# 2. Job B: build & publish when Release fires
95
96
deploy:
97
- if: github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'created')
+ if: github.event_name == 'release'
98
runs-on: ubuntu-latest
99
environment: pypi
100
src/veedb/VERSION
@@ -1 +1 @@
1
-0.1.2
+0.1.1
0 commit comments