We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d747b commit ad40180Copy full SHA for ad40180
1 file changed
.github/workflows/_deploy.yml
@@ -6,7 +6,7 @@ on:
6
version-tag:
7
description: 'Version tag'
8
required: true
9
- default: v0.1.8
+ default: v0.1.10
10
dry-run:
11
description: Dry run
12
type: boolean
@@ -20,7 +20,6 @@ jobs:
20
dry-run: ${{ github.event.inputs.dry-run == 'true' }}
21
changelog-path: docs/CHANGELOG.md
22
exclude-types: build,docs,style,other
23
- deploy-yml-path: .github/workflows/_deploy.yml
24
25
publish-to-pypi:
26
if: ${{ github.event.inputs.dry-run == 'false' }}
0 commit comments