Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
Update cd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MelvinKl authored Oct 30, 2024
1 parent 875f6e2 commit 83d4238
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: CD Workflow
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-*"
- "v[0-9]+.[0-9]+.[0-9]+*"
workflow_dispatch:

jobs:
Expand All @@ -22,4 +21,4 @@ jobs:
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
poetry_publish_options: "--build"
poetry_publish_options: "--build"

0 comments on commit 83d4238

Please sign in to comment.