We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 318594f + 75d781f commit 136f57cCopy full SHA for 136f57c
.github/workflows/reusable_pypi_deployment.yml
@@ -62,6 +62,7 @@ jobs:
62
- name: Check version against CHANGELOG
63
if: ${{ success() && inputs.publish }}
64
run: |
65
+ cd ${{ inputs.package_directory }}
66
CHANGELOG_VERSION=$(grep -Po '(?<=## \[)(\d+\.)+[^\]]' CHANGELOG.md | head -n 1)
67
if [ "${{ env.TAG_VERSION }}" == "${CHANGELOG_VERSION}" ]
68
then
0 commit comments