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

Commit ffbcce1

Browse files
authored
Update cd.yaml (#7)
1 parent 875f6e2 commit ffbcce1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: CD Workflow
33
on:
44
push:
55
tags:
6-
- "v[0-9]+.[0-9]+.[0-9]+"
7-
- "v[0-9]+.[0-9]+.[0-9]+-*"
6+
- "v[0-9]+.[0-9]+.[0-9]+*"
87
workflow_dispatch:
98

109
jobs:
@@ -22,4 +21,4 @@ jobs:
2221
uses: JRubics/[email protected]
2322
with:
2423
pypi_token: ${{ secrets.PYPI_TOKEN }}
25-
poetry_publish_options: "--build"
24+
poetry_publish_options: "--build"

0 commit comments

Comments
 (0)