Skip to content

Commit

Permalink
Update publish_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ofermend authored Oct 8, 2024
1 parent c4635e0 commit f978561
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Publish Package
name: Publish vectara-agentic Package

on:
push:
tags:
- 'v*' # Trigger on version tags
workflow_dispatch:
inputs:
version:
description: "The version of the package that you would like to release"
required: true
type: string

jobs:
build-and-publish:
Expand Down Expand Up @@ -47,4 +50,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
twine upload dist/*

0 comments on commit f978561

Please sign in to comment.