Skip to content

Commit

Permalink
PYTHON-4389 Fix tag template handling in release (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jun 26, 2024
1 parent b741f2c commit b6bf37b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
version: ${{ inputs.version }}
working_directory: ./bindings/python
dry_run: ${{ inputs.dry_run }}
tag_template: "pymongocrypt-${VERSION}"
tag_message_template: "Release PyMongoCrypt ${VERSION}"

build-dist:
needs: [pre-publish]
Expand Down Expand Up @@ -92,5 +94,6 @@ jobs:
product_name: ${{ env.PRODUCT_NAME }}
silk_asset_group: ${{ env.SILK_ASSET_GROUP }}
evergreen_project: ${{ env.EVERGREEN_PROJECT }}
tag_template: "pymongocrypt-${VERSION}"
token: ${{ github.token }}
dry_run: ${{ inputs.dry_run }}
2 changes: 1 addition & 1 deletion bindings/python/pymongocrypt/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.10.0"
__version__ = "1.10.0.dev0"

_MIN_LIBMONGOCRYPT_VERSION = "1.8.0"

0 comments on commit b6bf37b

Please sign in to comment.