Commit Graph

45 Commits

Author SHA1 Message Date
aquint-zama
0ae34177d1 fix(ci): add title for draft release
and remove provenance file from uploaded artifacts
2024-06-13 14:38:49 +02:00
aquint-zama
54a6d8a1d4 fix(ci): missing backslashes 2024-06-12 14:00:57 +02:00
Ayoub Benaissa
11f82b86cf feat(ci): push cpu wheels in dedicated subdir 2024-06-11 18:51:56 +01:00
aquint-zama
b0ce318f87 fix(ci): add missing depth for retrieving tag 2024-06-10 09:23:40 +02:00
aquint-zama
e92cfa01fc feat(ci): add SLSA provenance
https://slsa.dev/
2024-06-07 14:16:45 +02:00
Ayoub Benaissa
4726d20078 fix(ci): fetch tags 2024-05-22 14:52:18 +01:00
Ayoub Benaissa
afeccd85bd fix(ci): update nightly version format to MAJOR.MINOR.PATCH-devYEARMONTHDAY
also set nightly version for both macos and linux
2024-05-21 14:45:09 +01:00
Ayoub Benaissa
80b25ffa0c fix(ci): do not continue on linux build errors 2024-05-21 14:45:09 +01:00
Ayoub Benaissa
19012abfa0 chore(ci): version nightlies as prereleases
nightly releases should now a more meaningful version format: MAJOR.MINOR.PATCH-devYEAR.MONTH.DAY
2024-05-17 16:05:37 +01:00
Ayoub Benaissa
04fdec10a4 chore(ci): release nightly to Zama PyPI 2024-05-16 15:51:00 +01:00
Ayoub Benaissa
5ae89afee5 chore(ci): do not push to public pypi on release 2024-05-16 10:35:35 +01:00
Ayoub Benaissa
c740503b0e fix(ci): use GITHUB_TOKEN for workflow dispatch 2024-05-14 13:39:22 +01:00
Ayoub Benaissa
bf76d8f1b4 fix(ci): fail when build cmd fail 2024-05-13 11:39:06 +01:00
Ayoub Benaissa
a9cdc0f890 fix(ci): remove dependence between diff py repo pushes
we don't want one push failure to impact the others
2024-05-13 11:39:06 +01:00
youben11
20590cf6df fix(ci): make docker push on public release 2024-05-08 12:18:39 +01:00
youben11
d5a1bbdad5 feat(ci): release CP to new zama public pypi 2024-05-07 12:18:18 +01:00
Bourgerie Quentin
8132a8a14b fix(ci): Download all artifacts to the wheels directory 2024-03-19 11:28:06 +01:00
Bourgerie Quentin
9ce4ffa9aa fix(ci): Separate build and test release 2024-03-15 09:39:38 +01:00
Bourgerie Quentin
23a521e5d1 chore(ci): Test default configuration on python CI tests 2024-03-11 16:51:05 +01:00
rudy
2f7d3ff2cc chore(frontend-python): private release tests 2024-02-21 17:11:15 +01:00
rudy
da2134337e fix(frontend-python): package test should not install graphviz on macos 2024-02-21 17:08:58 +01:00
rudy
de0af6638c fix(frontend-python): package test should install extra requires on linux 2024-02-21 14:07:47 +01:00
Bourgerie Quentin
dd62426320 chore(ci): Cleanup host tmp dir even if tests fails 2024-02-13 17:02:46 +01:00
Bourgerie Quentin
aa5d7edfbc chore(ci): Fix package name for testing wheel 2024-02-13 17:02:46 +01:00
Bourgerie Quentin
5687bce9e3 chore(frontend-python): Fix hack for multiple omp library in macos tests 2024-02-13 17:02:46 +01:00
Bourgerie Quentin
7c3e4388aa chore(ci): Use a stable version of the nightly rust toolchain for concrete-cpu build 2024-02-13 17:02:46 +01:00
Umut
965f5d2780 chore(ci): run apt update before apt install during python release 2024-02-06 08:59:37 +01:00
Umut
4999c1ebfe chore(ci): use apt instead of dnf when testing python frontend when releasing 2024-01-25 12:42:08 +03:00
Umut
037600112d feat(frontend-python): drawing 2024-01-23 11:42:26 +03:00
dependabot[bot]
911cac23fe chore(ci): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-02 14:21:36 +01:00
dependabot[bot]
f03226c6b6 chore(ci): bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-02 14:08:12 +01:00
dependabot[bot]
3efd421b25 chore(ci): bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-02 13:56:11 +01:00
Umut
81f9d5cd86 chore(frontend-python): push docker images on releases 2023-10-25 15:40:43 +02:00
Bourgerie Quentin
6df3b94a2d fix(ci): Don't fail with several tag 2023-09-21 11:14:16 +02:00
Bourgerie Quentin
19b8b930ab chore(ci): Tag nightly on the public githu repository 2023-09-20 17:42:01 +02:00
Umut
df19543454 chore(frontend-python): remove key cache after tests in ci 2023-09-19 15:28:08 +02:00
Umut
9c4dc343f0 feat(frontend-python): add version to fhe module 2023-07-19 11:50:42 +02:00
Umut
3ec17a74b6 feat(frontend-python): support python 3.11 2023-06-12 14:34:23 +02:00
Ayoub Benaissa
767a4137d5 fix(ci/release): config openblas for macos env 2023-04-12 08:54:45 +01:00
youben11
22a2407b60 chore(ci): rename secret 2023-04-11 12:26:10 +01:00
youben11
30a13d74f4 chore(ci): use aws instance for M1 2023-04-07 12:45:03 +01:00
youben11
d435ccdd6c fix(ci): setup RELEASE_TYPE globally 2023-04-06 12:47:11 +01:00
youben11
99ad4a81ef fix(ci): use single quotes inside expressions 2023-04-06 12:47:11 +01:00
youben11
c68eed79f9 fix(ci): use user_input as simple string
json need special escaping, and its actually a single input for now
2023-04-06 12:47:11 +01:00
youben11
f9d1a0162e feat(ci): add concrete-python public release 2023-04-04 16:44:40 +01:00