aparnajyothi-y
fa79cd14e2
Update python-modules.py
2024-07-03 18:59:46 +05:30
aparnajyothi-y
6a2449a067
Update build-python-packages.yml
2024-07-03 18:30:58 +05:30
aparnajyothi-y
68a23eab06
Update python-modules.py
2024-07-03 11:15:51 +05:30
aparnajyothi-y
002e3ccf57
Update python-modules.py
2024-07-02 18:52:13 +05:30
aparnajyothi-y
21085835da
Update python-modules.py
2024-07-02 17:59:19 +05:30
aparnajyothi-y
28e5e01695
Update python-modules.py
2024-07-02 17:34:50 +05:30
aparnajyothi-y
06ed60ac23
Update python-tests.ps1
2024-07-02 16:00:52 +05:30
aparnajyothi-y
fc3460f33a
Update python-tests.ps1
2024-07-02 11:08:19 +05:30
aparnajyothi-y
d9340e97e0
add ubuntu 24.04_arm64
2024-07-02 11:06:27 +05:30
github-actions[bot]
57f2d897a8
Update versions-manifest ( #293 )
...
Co-authored-by: Service account <no-reply@microsoft.com >
2024-07-01 08:35:03 -05:00
github-actions[bot]
0c9a1f7cd6
Update versions-manifest ( #292 )
...
Co-authored-by: Service account <no-reply@microsoft.com >
3.13.0-beta.3-9713680914
2024-06-26 12:15:49 -05:00
aparnajyothi-y
0e5f00e5d0
Add windows arm64 support ( #291 )
...
* Update build-python-packages.yml
* windows arm64 support
* Update build-python-packages.yml
* Update build-python-packages.yml
* Update build-python-packages.yml
* Update build-python-packages.yml
* Update build-python-packages.yml
3.11.9-9667582339
3.12.4-9668612423
3.13.0-beta.2-9668929533
2024-06-25 13:14:08 -05:00
github-actions[bot]
1d2e861434
Update versions-manifest ( #289 )
...
Co-authored-by: Service account <no-reply@microsoft.com >
2024-06-23 23:48:32 -05:00
Matthieu Darbois
d55f04f8e6
build ubuntu-22.04_arm64 on setup-actions-ubuntu-arm64-2-core ( #280 )
3.10.14-9599980810
3.11.9-9600593881
3.12.4-9601301881
3.13.0-beta.2-9601313347
3.8.18-9599280229
3.9.19-9599861319
2024-06-20 08:10:34 -05:00
Priya Gupta
cb2aecd6d9
Add Support for Linux arm64 Builds ( #274 )
...
* Included ubuntu-arm64 in Build Python package yml
* Updated builder and installer scripts
* Updated test scripts
* Modified test file
* Replaced macos-11 with macos-13
* Update build-python-packages.yml
3.10.14-9509083349
3.11.9-9509098739
3.12.4-9524116676
3.13.0-beta.2-9524120957
3.8.19-9501483420
3.9.19-9502484769
2024-06-13 09:17:40 -05:00
github-actions[bot]
1c85886f9c
Update versions-manifest ( #284 )
...
Co-authored-by: Service account <no-reply@microsoft.com >
2024-06-11 21:40:26 -05:00
HarithaVattikuti
f14b797a5d
Fix for corrupted published artifacts ( #286 )
...
* Add skippublishercheck
* Update download-artifact
* Remove skipcheck
3.12.4-9469551593
3.13.0-beta.2-9470028175
2024-06-11 11:36:42 -05:00
HarithaVattikuti
cc396a6be6
Add skippublishercheck ( #283 )
3.12.4-9450539670
2024-06-10 09:35:28 -05:00
HarithaVattikuti
1693c7defb
Revert "Update versions-manifest ( #281 )" ( #282 )
...
This reverts commit 8108f421b7 .
2024-06-10 08:28:48 -05:00
github-actions[bot]
8108f421b7
Update versions-manifest ( #281 )
...
Co-authored-by: Service account <no-reply@microsoft.com >
2024-06-09 23:48:30 -05:00
Priya Gupta
8bbb5413e0
Update build-python-packages.yml ( #279 )
3.12.4-9442300799
3.13.0-beta.2-9442465578
2024-06-09 23:03:19 -05:00
Matthieu Darbois
c990e6da95
chore: update action versions ( #267 )
...
This removes Node.js 16 deprecation warnings
2024-05-22 08:08:47 -05:00
HarithaVattikuti
521be20d1e
Updated arm64 versions ( #273 )
2024-05-10 12:16:17 -05:00
github-actions[bot]
064829bd03
Update versions-manifest ( #272 )
...
Co-authored-by: Service account <no-reply@microsoft.com >
2024-05-09 21:56:46 -05:00
github-actions[bot]
b77a7dee85
Update versions-manifest ( #270 )
...
Co-authored-by: Service account <no-reply@microsoft.com >
3.13.0-beta.1-9019422448
2024-05-09 10:10:04 -05:00
Matthieu Darbois
37e7166250
fix: always reinstall pip ( #271 )
...
* fix: always reinstall pip
If the default pip version is also the latest one,
then the `pip` executable will be missing as the default pip
is installed only as `pip3`/`pip3.x`.
In order to always provide a `pip` executable, always reinstall pip.
* chore(ci): change default version to 3.12.3
Default to the latest stable version.
3.11.9-9018502536
3.12.3-9019007027
2024-05-09 08:58:58 -05:00
Matthieu Darbois
eb9433f569
feat: add ubuntu-24.04 ( #269 )
...
* feat: add ubuntu-24.04
* chore: drop support for Python 2.x builds
3.10.14-9004012336
3.9.19-9003651947
2024-05-08 08:33:12 -05:00
Matthieu Darbois
7c3d29faf2
fix: use --upgrade rather than --ignore-installed to upgrade pip ( #268 )
...
* fix: use `--upgrade` rather than `--ignore-installed` to upgrade pip
This removes left over files when upgrading pip.
* remove all installed python on macOS
2024-05-08 08:32:38 -05:00
github-actions[bot]
c03f98f186
Update versions-manifest ( #266 )
...
Co-authored-by: Service account <no-reply@microsoft.com >
2024-04-29 09:49:41 -05:00
Matthieu Darbois
2573fc9af9
fix: use environment variable for PIP_ROOT_USER_ACTION ( #265 )
...
* fix: error out on install failure in "Apply build artifact to the local machine" step
* fix: error out on pip installation / update failure
* fix: use environment variable for `PIP_ROOT_USER_ACTION`
This extends the fix from #259 since every platform for 3.8.10 / 3.9.13 has been rebuilt instead of just macOS arm64 being added.
The regression was introduced in #223
3.8.10-8879978422
3.9.13-8879985561
2024-04-29 08:32:44 -05:00
github-actions[bot]
b643f0d07f
Update versions-manifest ( #264 )
...
Co-authored-by: Service account <no-reply@microsoft.com >
2024-04-25 09:25:58 -05:00
Matthieu Darbois
29394d0042
fix: use environment variable for PIP_ROOT_USER_ACTION ( #259 )
...
The option does not exists in every pip version, using the environment variable allows for pip not to fail in this case.
3.8.10-8826714898
3.8.10-8833490298
3.9.13-8827157701
3.9.13-8833805153
2024-04-24 22:44:10 -05:00
github-actions[bot]
3545308dfe
Update versions-manifest ( #263 )
...
Co-authored-by: Service account <no-reply@microsoft.com >
2024-04-10 08:55:23 -05:00
github-actions[bot]
fa96e2aca9
Update versions-manifest ( #262 )
...
Co-authored-by: Service account <no-reply@microsoft.com >
3.12.3-8625548520
3.13.0-alpha.6-8625706540
2024-04-03 08:08:11 -05:00
github-actions[bot]
1dbece3419
Update versions-manifest ( #261 )
...
Co-authored-by: Service account <no-reply@microsoft.com >
3.11.9-8525206794
2024-03-20 23:04:31 -05:00
github-actions[bot]
627cd1691f
Update versions-manifest ( #260 )
...
Co-authored-by: Service account <no-reply@microsoft.com >
3.10.14-8361245787
3.9.19-8362510609
2024-03-12 22:55:28 -05:00
github-actions[bot]
c685daccab
Update versions-manifest ( #258 )
...
Co-authored-by: Service account <no-reply@microsoft.com >
3.13.0-alpha.5-8258852403
2024-02-16 09:17:14 -06:00
HarithaVattikuti
eaf1258a7f
version update ( #257 )
3.13.0-alpha.4-7925502275
2024-02-14 11:34:20 -06:00
github-actions[bot]
9903e2d963
Update versions-manifest ( #256 )
...
Co-authored-by: Service account <no-reply@microsoft.com >
2024-02-07 22:49:09 -06:00
github-actions[bot]
310d6e4aea
Update versions-manifest ( #255 )
...
Co-authored-by: Service account <no-reply@microsoft.com >
3.11.8-7809691605
3.12.2-7817845786
2024-01-19 08:31:57 -06:00
github-actions[bot]
af22c2b8e4
Update versions-manifest ( #251 )
...
Co-authored-by: Service account <no-reply@microsoft.com >
3.13.0-alpha.3-7565276339
2023-12-08 10:03:33 +01:00
github-actions[bot]
e605eda13a
Update versions-manifest ( #250 )
...
Co-authored-by: Service account <no-reply@microsoft.com >
3.12.1-7137802158
2023-12-05 17:14:53 +01:00
github-actions[bot]
96dae786ca
Update versions-manifest ( #249 )
...
Co-authored-by: Service account <no-reply@microsoft.com >
3.11.7-7098196908
2023-11-23 16:02:00 +01:00
github-actions[bot]
e642abaef8
Update versions-manifest ( #248 )
...
Co-authored-by: Service account <no-reply@microsoft.com >
3.13.0-alpha.2-6966007093
2023-10-16 11:25:28 +02:00
Edgar Ramírez Mondragón
381057ce36
Update modules removed in Python 3.13 ( #247 )
3.13.0-alpha.1-6531259803
2023-10-16 10:51:58 +02:00
github-actions[bot]
5da3a44cc2
Update versions-manifest ( #244 )
...
Co-authored-by: Service account <no-reply@microsoft.com >
2023-10-03 11:05:53 +02:00
Dmitry Shibanov
3880dd814a
add logic with generation hash ( #246 )
3.11.6-6388688740
3.12.0-6381888192
2023-09-22 15:04:14 +02:00
Marko Zivic
ba0b46a6a1
Merge pull request #245 from actions/deprecation-policy
...
Add Support Notification Policy
2023-09-20 14:01:26 +02:00
Dusan Trickovic
b81fc1cff7
Update README.md and Add Support Notification Policy
2023-09-20 12:53:45 +02:00
github-actions[bot]
f4b33352f0
Update versions-manifest ( #243 )
...
Co-authored-by: Service account <no-reply@microsoft.com >
3.12.0-rc.3-6244011669
2023-09-19 18:28:50 +02:00