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.
1 parent e35b94e commit f198ca8Copy full SHA for f198ca8
.github/workflows/publish.yml
@@ -66,7 +66,7 @@ jobs:
66
run: |
67
RELEASE_TAG_VERSION=${{ github.event.release.tag_name }}
68
# Replace publishing version if the workflow was triggered manually
69
- test -n ${RELEASE_TAG_VERSION} && RELEASE_TAG_VERSION=${{ github.event.inputs.publish_version }}
+ # test -n ${RELEASE_TAG_VERSION} && RELEASE_TAG_VERSION=${{ github.event.inputs.publish_version }}
70
echo "RELEASE_TAG_VERSION=${RELEASE_TAG_VERSION:1}" >> $GITHUB_ENV
71
- name: Ensure new version is also set in pyproject and CHANGELOG
72
if: ${{ github.event.inputs.publish_docs_only == false }}
0 commit comments