Skip to content

Commit ad40180

Browse files
committed
ci: fix deploy
1 parent 63d747b commit ad40180

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/_deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
version-tag:
77
description: 'Version tag'
88
required: true
9-
default: v0.1.8
9+
default: v0.1.10
1010
dry-run:
1111
description: Dry run
1212
type: boolean
@@ -20,7 +20,6 @@ jobs:
2020
dry-run: ${{ github.event.inputs.dry-run == 'true' }}
2121
changelog-path: docs/CHANGELOG.md
2222
exclude-types: build,docs,style,other
23-
deploy-yml-path: .github/workflows/_deploy.yml
2423

2524
publish-to-pypi:
2625
if: ${{ github.event.inputs.dry-run == 'false' }}

0 commit comments

Comments
 (0)