68 Commits

Author SHA1 Message Date
8dd72e5592 Fix for the build failures on the self-hosted Ubuntu 24.04 arm64 runner for no restart (#304)
* Update build-python-packages.yml

* Update build-python-packages.yml

* fix for ubuntu 24.04 issue for no restart
2024-08-29 09:03:33 -05:00
bb9054d05d Fix for the build failures on the ubuntu 24.04 runner (#302)
* Update build-python-packages.yml

* Update build-python-packages.yml
2024-08-13 14:11:29 -05:00
2f8ab97baf Fix for the Codeql-analysis.yml workflow failure (#299)
* Update codeql-analysis.yml

* Update codeql-analysis.yml

* Update codeql-analysis.yml

* Update codeql-analysis.yml
2024-07-25 08:47:57 -05:00
3970f04eb4 Add support for Ubuntu 24 arm64 runner (#294)
* Add support for Ubuntu 24 arm64 runner

* Update macos runner
2024-07-15 16:15:55 -05:00
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
2024-06-25 13:14:08 -05:00
d55f04f8e6 build ubuntu-22.04_arm64 on setup-actions-ubuntu-arm64-2-core (#280) 2024-06-20 08:10:34 -05:00
cb2aecd6d9 Add Support for Linux arm64 Builds (#274)
Some checks failed
CodeQL analysis / CodeQL analysis (push) Has been cancelled
* 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
2024-06-13 09:17:40 -05:00
f14b797a5d Fix for corrupted published artifacts (#286)
Some checks are pending
CodeQL analysis / CodeQL analysis (push) Waiting to run
* Add skippublishercheck

* Update download-artifact

* Remove skipcheck
2024-06-11 11:36:42 -05:00
cc396a6be6 Add skippublishercheck (#283)
Some checks failed
CodeQL analysis / CodeQL analysis (push) Waiting to run
Validate 'versions-manifest.json' file / Setup ${{ matrix.python }} ${{ matrix.os }} (macos-latest, 3.10.11) (push) Has been cancelled
Validate 'versions-manifest.json' file / Setup ${{ matrix.python }} ${{ matrix.os }} (macos-latest, 3.11.8) (push) Has been cancelled
Validate 'versions-manifest.json' file / Setup ${{ matrix.python }} ${{ matrix.os }} (macos-latest, 3.9.13) (push) Has been cancelled
Validate 'versions-manifest.json' file / Setup ${{ matrix.python }} ${{ matrix.os }} (ubuntu-20.04, 3.10.11) (push) Has been cancelled
Validate 'versions-manifest.json' file / Setup ${{ matrix.python }} ${{ matrix.os }} (ubuntu-20.04, 3.11.8) (push) Has been cancelled
Validate 'versions-manifest.json' file / Setup ${{ matrix.python }} ${{ matrix.os }} (ubuntu-20.04, 3.9.13) (push) Has been cancelled
Validate 'versions-manifest.json' file / Setup ${{ matrix.python }} ${{ matrix.os }} (ubuntu-22.04, 3.10.11) (push) Has been cancelled
Validate 'versions-manifest.json' file / Setup ${{ matrix.python }} ${{ matrix.os }} (ubuntu-22.04, 3.11.8) (push) Has been cancelled
Validate 'versions-manifest.json' file / Setup ${{ matrix.python }} ${{ matrix.os }} (ubuntu-22.04, 3.9.13) (push) Has been cancelled
Validate 'versions-manifest.json' file / Setup ${{ matrix.python }} ${{ matrix.os }} (windows-latest, 3.10.11) (push) Has been cancelled
Validate 'versions-manifest.json' file / Setup ${{ matrix.python }} ${{ matrix.os }} (windows-latest, 3.11.8) (push) Has been cancelled
Validate 'versions-manifest.json' file / Setup ${{ matrix.python }} ${{ matrix.os }} (windows-latest, 3.9.13) (push) Has been cancelled
2024-06-10 09:35:28 -05:00
8bbb5413e0 Update build-python-packages.yml (#279) 2024-06-09 23:03:19 -05:00
c990e6da95 chore: update action versions (#267)
Some checks failed
CodeQL analysis / CodeQL analysis (push) Has been cancelled
This removes Node.js 16 deprecation warnings
2024-05-22 08:08:47 -05:00
521be20d1e Updated arm64 versions (#273)
Some checks failed
CodeQL analysis / CodeQL analysis (push) Has been cancelled
2024-05-10 12:16:17 -05:00
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.
2024-05-09 08:58:58 -05:00
eb9433f569 feat: add ubuntu-24.04 (#269)
Some checks are pending
CodeQL analysis / CodeQL analysis (push) Waiting to run
* feat: add ubuntu-24.04

* chore: drop support for Python 2.x builds
2024-05-08 08:33:12 -05:00
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
2573fc9af9 fix: use environment variable for PIP_ROOT_USER_ACTION (#265)
Some checks are pending
CodeQL analysis / CodeQL analysis (push) Waiting to run
* 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
2024-04-29 08:32:44 -05:00
eaf1258a7f version update (#257)
Some checks failed
CodeQL analysis / CodeQL analysis (push) Has been cancelled
Validate manifest / manifest (push) Has been cancelled
2024-02-14 11:34:20 -06:00
3880dd814a add logic with generation hash (#246)
Some checks failed
CodeQL analysis / CodeQL analysis (push) Has been cancelled
2023-09-22 15:04:14 +02:00
6d04944fbd feat: build macOS arm64 packages (#214) 2023-05-17 13:58:51 +02:00
256e6ddd57 Remove code related to Ubuntu 18.04. (#226) 2023-04-06 10:10:28 +02:00
dfc7050017 Update codeql-analysis workflow to use reusable workflow (#218) 2023-01-19 12:35:21 +01:00
66b48edbf9 Update CODEOWNERS 2022-12-26 09:48:52 +01:00
9feffedd12 Simplify if statement 2022-12-06 11:12:09 +01:00
c483dd7702 Add workflow_dispatch event for manifest validation 2022-12-05 22:03:35 +01:00
69e05af37b Simplify input usage 2022-12-05 22:01:29 +01:00
626f42cb96 Update workflows to use reusable ones 2022-12-05 21:45:47 +01:00
14f269ec5f Switch Python generation from macOS 10.15 to 11 2022-11-28 10:54:51 +01:00
fe8bc0106f Update github-script action version 2022-11-09 11:56:32 +01:00
9b2450c6ee Update python-builder.yml 2022-11-09 10:22:23 +01:00
1c70aa4fc9 Update workflow task (#196)
* Update workflow task

* use $env:GITHUB_OUTPUT

* update submodule
2022-10-31 15:12:41 +01:00
e7a13ade71 Only run scheduled jobs on upstream (#145) 2022-10-19 11:19:28 +02:00
e1b4a49828 Merge pull request #154 from actions/aloviedo-patch-1
Create codeql-analysis.yml
2022-08-03 10:25:26 +02:00
15394f2e9d Bump setup-python action to v3 2022-06-02 11:11:55 +02:00
8fd7008b44 Add Ubuntu22.04 support 2022-05-03 19:18:56 +02:00
7d68c84e28 Create codeql-analysis.yml 2022-03-30 06:49:36 -07:00
79e9e3beab Merge pull request #143 from nikolai-frolov/users/v-nfrolov/update-python-builder
Add ability to choose platform to build Python
2022-02-21 11:11:41 +03:00
e74fccfe13 Adding python-versions-runner workflow (#137) 2022-02-18 15:14:27 +03:00
044e2816fb Minor corrections according to comments 2022-02-18 13:18:51 +03:00
588fb9d893 Update generate_matrix job to allow execution via PR 2022-02-17 11:55:26 +03:00
3ec6c98bc8 Add ability to choose platform to build Python 2022-02-16 20:42:04 +03:00
7e70acf5f2 Merge pull request #135 from mikhailkoliada/migrate_to_pester5
Migrate build pipeline to Pester v5
2022-01-25 11:28:40 +03:00
135879dbe3 assign results to a var 2022-01-24 20:31:33 +03:00
811f1bc41a install latest pester 2022-01-21 13:26:46 +03:00
133a2c6b96 Migrate build pipeline to Pester v5 2022-01-21 12:55:40 +03:00
ba826d5d0b Correct names for workflow, jobs and workflows to trigger 2022-01-21 12:06:50 +03:00
9975c96a92 Migrate get-python-packages to gh 2022-01-21 11:56:38 +03:00
3beea61c1f specify architecture on setup 2022-01-14 19:56:43 +03:00
41f641758a another round of improvements 2022-01-14 19:53:00 +03:00
3792b6282a misc improvements 2022-01-14 12:03:40 +03:00
4a2af81ac1 Update .github/workflows/python-builder.yml
Co-authored-by: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com>
2022-01-13 19:27:50 +03:00