Skip to content

Commit 11c7623

Browse files
committed
remove --style
1 parent 604f313 commit 11c7623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Detect Prerelease Version using Dunamai
5252
uses: mtkennerly/dunamai-action@v1
5353
with:
54-
args: --style pep440 --format "{base}.post{distance}.dev0{commit}"
54+
args: --format "{base}.post{distance}.dev0{commit}"
5555
env-var: DETECTED_VERSION
5656

5757
- name: Detect Release Tag Version from git ref ('${{ github.ref_name }}')

0 commit comments

Comments
 (0)