issues
search
OpenMined
/
TenSEAL
A library for doing homomorphic encryption operations on tensors
Apache License 2.0
837
stars
158
forks
source link
Update CI/CD Workflows
#495
Closed
philomath213
closed
1 month ago
philomath213
commented
1 month ago
Description
Add workflow dispatch for release workflows.
Update macOS target for release workflows.
Update all used Actions in the workflows to the latest version and pin them with hash.
Force using
node16
(
details
) for Linux release publish workflow because
node20
can't run on
manylinux2014
as it requires a newer version of GLIBC.
Affected Dependencies
N/A
How has this been tested?
GitHub Actions
Checklist
[x] I have followed the
Contribution Guidelines
and
Code of Conduct
[x] I have commented my code following the
OpenMined Styleguide
[x] I have labeled this PR with the relevant
Type labels
[x] My changes are covered by tests
Description
node16
(details) for Linux release publish workflow becausenode20
can't run on manylinux2014 as it requires a newer version of GLIBC.Affected Dependencies
How has this been tested?
Checklist