Skip to content

Commit

Permalink
fix: release 2.3.3
Browse files Browse the repository at this point in the history
Description:

Log:
  • Loading branch information
mikigo committed Nov 22, 2023
1 parent 7e6eae1 commit 967a762
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CURRENT
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[current]
tag = 2.3.3-dev
tag = 2.3.3
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rm -rf ${tmp_publish_dir_name}
mkdir -p ${tmp_publish_dir_name}/youqu/apps/
ls deepin-autotest-framework | grep -v apps | grep -v public | grep -v report | xargs -i cp -r deepin-autotest-framework/{} ${tmp_publish_dir_name}/youqu/
cp deepin-autotest-framework/apps/__init__.py ${tmp_publish_dir_name}/youqu/apps/
cp deepin-autotest-framework/.env ${tmp_publish_dir_name}/youqu/
#cp deepin-autotest-framework/.env ${tmp_publish_dir_name}/youqu/
rm -rf ${tmp_publish_dir_name}/youqu/.idea
rm -rf ${tmp_publish_dir_name}/youqu/.vscode
rm -rf ${tmp_publish_dir_name}/youqu/.pytest_cache
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "youqu"
version = "2.3.2"
version = "2.3.3"
authors = [
{ name = "mikigo", email = "[email protected]" },
]
Expand Down

0 comments on commit 967a762

Please sign in to comment.