OpenMined / PySyft

Perform data science on data that remains in someone else's server
https://www.openmined.org/
Apache License 2.0
9.49k stars 2k forks source link

Add API Spec Snapshot to CICD #9222

Closed shubham3121 closed 2 months ago

shubham3121 commented 2 months ago

Description

To generate spec for Stable release branch, pass the STABLE_RELEASE=True to the tox -e syft.api.snapshot


STABLE_RELEASE=True tox -e syft.api.snapshot

To save the snap of stable release:


SAVE_SNAP=True STABLE_RELEASE=True tox -e syft.api.snapshot

For comparision to the latest beta version just run:

tox -e syft.api.snapshot

How has this been tested?

Checklist