You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
${{ needs.test.outputs.package_name }}.${{ needs.test.outputs.package_version }} is built and published to test pypi
124
+
${{ needs.test.outputs.package_name }}.${{ needs.test.outputs.package_version }}.dev.${{ github.run_number }} is built and published to test pypi
124
125
125
126
## Change Details
126
127
${{ github.event.head_commit.message }}
127
128
128
-
For more information, please check change history at https://${{ needs.test.outputs.repo_owner }}.github.io/${{ needs.test.outputs.repo_name }}/${{ needs.test.output.package_version }}/history
129
+
For more information, please check change history at https://${{ needs.test.outputs.repo_owner }}.github.io/${{ needs.test.outputs.repo_name }}/${{ needs.test.outputs.package_version }}.dev/history
129
130
130
131
## Package Download
131
132
The pacakge is available at: https://test.pypi.org/project/${{ needs.test.outputs.package_name }}/
Copy file name to clipboardExpand all lines: docs/history.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# History
2
-
!!! Info
3
-
`(#{number})` means an issue of this project. You may check details of the issue by visiting https://github.com/zillionare/python-project-wizard/issues/_{number}_
4
2
3
+
## v1.3.3
4
+
*[#31](https://github.com/zillionare/python-project-wizard/issues/31) Use peotry to create test environment when running tox
5
5
## v1.3.2
6
6
*[#28](https://github.com/zillionare/python-project-wizard/issues/28) Send notification mail whenever build success or failed
7
7
*[#27](https://github.com/zillionare/python-project-wizard/issues/27) failed to send build notfication mail due to no from field
${{ needs.test.outputs.package_name }}.${{ needs.test.outputs.package_version }} is built and published to test pypi
140
+
${{ needs.test.outputs.package_name }}.${{ needs.test.outputs.package_version }}.dev.${{ github.run_number }} is built and published to test pypi
141
141
142
142
## Change Details
143
143
${{ github.event.head_commit.message }}
144
144
145
-
For more information, please check change history at https://${{ needs.test.outputs.repo_owner }}.github.io/${{ needs.test.outputs.repo_name }}/${{ needs.test.outputs.package_version }}/history
145
+
For more information, please check change history at https://${{ needs.test.outputs.repo_owner }}.github.io/${{ needs.test.outputs.repo_name }}/${{ needs.test.outputs.package_version }}.dev/history
146
146
147
147
## Package Download
148
148
The pacakge is available at: https://test.pypi.org/project/${{ needs.test.outputs.package_name }}/
0 commit comments