File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 NAME=${{ steps.check_version.outputs.pkg_name }}
7070 VER=${{ steps.check_version.outputs.pkg_ver }}
7171 echo "### ✅ Success: Published $NAME v$VER" >> $GITHUB_STEP_SUMMARY
72- echo "View your package on TestPyPI: [https://test.pypi.org](https://test.pypi.org)" >> $GITHUB_STEP_SUMMARY
72+ echo "View your package on TestPyPI: [https://test.pypi.org](https://test.pypi.org/project/rz-sample/ )" >> $GITHUB_STEP_SUMMARY
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ All notable changes to this repository will be documented in this file.
77- Initial release.
88- Include boilerplate with streamlit and fast api
99
10- ## [ 1.1 .0] Mar 08, 2026
10+ ## [ 1.3 .0] Mar 08, 2026
1111
1212- Makefile added
1313- Restructure folder structure
Original file line number Diff line number Diff line change 11[project ]
22name = " rz-sample"
3- version = " 1.2.3 "
3+ version = " 1.3.0 "
44description = " A python template for fastapi and streamlit projects."
55authors = [{ name = " sample" , email = " recursivezero@outlook.com" }]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments