Skip to content

Commit

Permalink
fix: fix ci script error
Browse files Browse the repository at this point in the history
  • Loading branch information
zitsen committed Aug 18, 2022
1 parent 2edc77d commit 175fbec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ "$newv" = "" ]; then
exit 1
fi
echo "__version__ = '$newv'" > taos/_version.py
sed -Ei 's#^version\s*=.*$#version = "'$newv'"#' pyproject.toml
sed -Ei '3s#^version\s*=.*$#version = "'$newv'"#' pyproject.toml

sed -n "1,9p" CHANGELOG.md > CHANGELOG.md2
printf "## v$newv - $(date +%F)\n\n" >> CHANGELOG.md2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pytz = "*"
iso8601 = "1.0.2"

[tool.poetry.dependencies.taos-ws-py]
version = "2.6.1"
version = ">=0.1.1"
python = ">=3.7,<4.0"
optional = true
markers = "sys_platform == 'linux' and platform_machine == 'x86_64'"
Expand Down

0 comments on commit 175fbec

Please sign in to comment.