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
Copy file name to clipboardExpand all lines: .github/workflows/dev.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ jobs:
125
125
## Change Details
126
126
${{ github.event.head_commit.message }}
127
127
128
-
For more information, please check change history at https://${{ needs.test.outputs.repo_owner }}.github.io/${{ needs.test.outputs.repo_name }}/history
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
129
130
130
## Package Download
131
131
The pacakge is available at: https://test.pypi.org/project/${{ needs.test.outputs.package_name }}/
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ jobs:
119
119
## Change Details
120
120
${{ github.event.head_commit.message }}
121
121
122
-
For more information, please check change history at https://${{ needs.release.outputs.repo_owner }}.github.io/${{ needs.release.outputs.repo_name }}/history
122
+
For more information, please check change history at https://${{ needs.release.outputs.repo_owner }}.github.io/${{ needs.release.outputs.repo_name }}/${{ needs.release.outputs.package_version }}/history
123
123
124
124
## Package Download
125
125
The pacakge is available at: https://pypi.org/project/${{ needs.release.outputs.package_name }}/
Copy file name to clipboardExpand all lines: {{cookiecutter.project_slug}}/.github/workflows/dev.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ jobs:
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 }}/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 }}/history
146
146
147
147
## Package Download
148
148
The pacakge is available at: https://test.pypi.org/project/${{ needs.test.outputs.package_name }}/
Copy file name to clipboardExpand all lines: {{cookiecutter.project_slug}}/.github/workflows/release.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ jobs:
119
119
## Change Details
120
120
${{ github.event.head_commit.message }}
121
121
122
-
For more information, please check change history at https://${{ needs.release.outputs.repo_owner }}.github.io/${{ needs.release.outputs.repo_name }}/history
122
+
For more information, please check change history at https://${{ needs.release.outputs.repo_owner }}.github.io/${{ needs.release.outputs.repo_name }}/${{ needs.release.outputs.package_version }}/history
123
123
124
124
## Package Download
125
125
The pacakge is available at: https://pypi.org/project/${{ needs.release.outputs.package_name }}/
0 commit comments