chore: remove erroneous release title prefix

This commit is contained in:
Mason Daugherty
2025-12-02 13:47:08 -05:00
parent dc35686ed6
commit a4b7aee491
+8 -9
View File
@@ -12,7 +12,7 @@ on:
working-directory:
required: true
type: string
default: 'libs/milvus'
default: "libs/milvus"
env:
PYTHON_VERSION: "3.11"
@@ -70,8 +70,7 @@ jobs:
test-pypi-publish:
needs:
- build
uses:
./.github/workflows/_test_release.yml
uses: ./.github/workflows/_test_release.yml
permissions: write-all
with:
working-directory: ${{ inputs.working-directory }}
@@ -112,7 +111,7 @@ jobs:
PKG_NAME: ${{ needs.build.outputs.pkg-name }}
VERSION: ${{ needs.build.outputs.version }}
# Here we use:
# - The default regular PyPI index as the *primary* index, meaning
# - The default regular PyPI index as the *primary* index, meaning
# that it takes priority (https://pypi.org/simple)
# - The test PyPI index as an extra index, so that any dependencies that
# are not found on test PyPI can be resolved and installed anyway.
@@ -157,10 +156,10 @@ jobs:
run: make tests
working-directory: ${{ inputs.working-directory }}
# TODO: keep this the same with that in _test.yml
# - name: Run integration tests
# run: make integration_tests
# working-directory: ${{ inputs.working-directory }}
# TODO: keep this the same with that in _test.yml
# - name: Run integration tests
# run: make integration_tests
# working-directory: ${{ inputs.working-directory }}
- name: Get minimum versions
working-directory: ${{ inputs.working-directory }}
@@ -263,5 +262,5 @@ jobs:
draft: false
generateReleaseNotes: true
tag: ${{ inputs.working-directory }}/v${{ needs.build.outputs.version }}
name: Release - ${{ needs.build.outputs.pkg-name }}==${{ needs.build.outputs.version }}
name: ${{ needs.build.outputs.pkg-name }}==${{ needs.build.outputs.version }}
commit: main