File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+ set -eu
3
+
4
+ CURRENT_VERSION=$( python setup.py --version)
5
+ sed -i " s/__version__ = \" ${CURRENT_VERSION} \" /__version__ = \" $1 \" /" django_mongodb/__init__.py
Original file line number Diff line number Diff line change 49
49
id : pre-publish
50
50
with :
51
51
version : ${{ inputs.version }}
52
+ version_bump_script : ./.github/scripts/bump-version.sh
52
53
dry_run : ${{ inputs.dry_run }}
53
54
54
55
build-dist :
90
91
product_name : ${{ env.PRODUCT_NAME }}
91
92
silk_asset_group : ${{ env.SILK_ASSET_GROUP }}
92
93
evergreen_project : ${{ env.EVERGREEN_PROJECT }}
94
+ version_bump_script : ./.github/scripts/bump-version.sh
93
95
token : ${{ github.token }}
94
96
repository_url : https://test.pypi.org/legacy/
95
97
dry_run : ${{ inputs.dry_run }}
You can’t perform that action at this time.
0 commit comments