Skip to content

Commit

Permalink
ci: manual changelog (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity authored Jan 19, 2024
1 parent c35b792 commit 94ee36b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
description: "Version to tag"
required: true

changelog:
description: "Version changelog"
required: true
type: string

jobs:
tag:
uses: singnet/das-scripts-pipeline/.github/workflows/action.yml@master
Expand All @@ -19,6 +24,7 @@ jobs:
version-tag-regex-pattern: /^v\d+\.\d+\.\d+$/
version-require-confirmation: "true"
library: hyperon-das-atomdb
changelog: ${{ inputs.changelog }}
secrets: inherit

publish:
Expand Down

0 comments on commit 94ee36b

Please sign in to comment.