Skip to content

Commit 948b7d4

Browse files
committed
[FIX] build and publish workflows
1 parent 14a9fd3 commit 948b7d4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
release_name: Release v${{ steps.get-version.outputs.version }}
2727
draft: false
2828
# prerelease: ${{ contains(github.ref, '-beta') || contains(github.ref, '-alpha') || contains(github.ref, '-rc') }}
29-
prerelease: 'false'
29+
prerelease: false

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Publish to PyPI.org
22
on:
33
release:
44
types: [published]
5+
workflow_dispatch: # Add this to allow manual triggering
56
jobs:
67
pypi:
78
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)