We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168c1ab commit 604f313Copy full SHA for 604f313
1 file changed
.github/workflows/pypi_publish.yml
@@ -9,8 +9,8 @@ name: CDK Publish
9
10
on:
11
push:
12
- tags:
13
- - "v*"
+ # tags:
+ # - "v*"
14
workflow_dispatch:
15
inputs:
16
version:
@@ -51,7 +51,7 @@ jobs:
51
- name: Detect Prerelease Version using Dunamai
52
uses: mtkennerly/dunamai-action@v1
53
with:
54
- args: --style pep440
+ args: --style pep440 --format "{base}.post{distance}.dev0{commit}"
55
env-var: DETECTED_VERSION
56
57
- name: Detect Release Tag Version from git ref ('${{ github.ref_name }}')
0 commit comments