This repository was archived by the owner on Sep 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 5757 python -m pip install --upgrade pip
5858
5959 # Retry 3 times before the steps actually fails because sometimes it takes a minute for pip to recognize the new version
60- (echo "pip Install Attempt: 1" && pip install --force unity_py ==${{ needs.release.outputs.publishedVersion }}) || \
61- (echo "pip Install Attempt: 2" && pip install --force unity_py ==${{ needs.release.outputs.publishedVersion }}) || \
62- (echo "pip Install Attempt: 3" && pip install --force unity_py ==${{ needs.release.outputs.publishedVersion }}) || \
60+ (echo "pip Install Attempt: 1" && pip install --force unity-sds-client ==${{ needs.release.outputs.publishedVersion }}) || \
61+ (echo "pip Install Attempt: 2" && pip install --force unity-sds-client ==${{ needs.release.outputs.publishedVersion }}) || \
62+ (echo "pip Install Attempt: 3" && pip install --force unity-sds-client ==${{ needs.release.outputs.publishedVersion }}) || \
6363 (echo "pip Install Step Failed" && exit 1)
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88--------
99
10+ ## UNRELEASED
11+
12+ ### Added
13+ ### Fixed
14+ * fixed release workflow to test against ` unity-sds-client ` not ` unity_py `
15+ ### Changed
16+ ### Removed
17+ ### Security
18+ ### Deprecated
19+
1020## [ 0.1.2] - 2023-06-28
1121
1222### Added
You can’t perform that action at this time.
0 commit comments