Skip to content

Commit

Permalink
update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrgl committed Oct 26, 2024
1 parent aed2b52 commit 1e8be2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
# this also allows us to run the workflow manually without skipping.
- "cartesia/version.py"

pull_request:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down Expand Up @@ -41,8 +43,6 @@ jobs:

- name: Publish to PyPI
run: uv publish
env:
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

- name: Get version
run: |
Expand Down

0 comments on commit 1e8be2b

Please sign in to comment.