Skip to content

Commit

Permalink
Merge pull request #8229 from OpenMined/rasswanth/prep_release_2
Browse files Browse the repository at this point in the history
Prep Release 0.8.2
  • Loading branch information
rasswanth-s authored Nov 9, 2023
2 parents 7885703 + a20588b commit da9c675
Show file tree
Hide file tree
Showing 5 changed files with 514 additions and 15 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/cd-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
pip install --upgrade tox setuptools wheel twine bump2version PyYAML
- name: Bump the Version
id: bump-version
run: |
ls **/VERSION | xargs -I {} python {}
cat packages/grid/devspace.yaml | grep '0\.'
Expand All @@ -78,6 +79,7 @@ jobs:
ls **/VERSION | xargs -I {} python {}
cat packages/grid/devspace.yaml | grep '0\.'
python packages/hagrid/scripts/update_manifest.py $(python packages/grid/VERSION)
echo "current_version=$(python packages/grid/VERSION | sed 's/-beta.*//')" >> $GITHUB_OUTPUT
- name: Check Protocol Version
run: |
Expand Down Expand Up @@ -112,13 +114,17 @@ jobs:
# export BUMP=True
tox -e syft.protocol.check
- name: Update PyPI Readme
run: |
python scripts/convert_to_pypi_readme.py --input-file packages/syft/README.MD --output-file packages/syft/PYPI.md --version {{ steps.bump-version.outputs.current_version }}
- name: Commit changes to Syft
uses: EndBug/add-and-commit@v9
with:
author_name: ${{ secrets.OM_BOT_NAME }}
author_email: ${{ secrets.OM_BOT_EMAIL }}
message: "[syft]bump version"
add: "['.bumpversion.cfg', 'VERSION', 'packages/grid/VERSION', 'packages/grid/devspace.yaml', 'packages/syft/src/syft/VERSION', 'packages/syft/setup.cfg', 'packages/grid/frontend/package.json', 'packages/syft/src/syft/__init__.py', 'packages/hagrid/hagrid/manifest_template.yml', 'packages/grid/helm/syft/Chart.yaml','packages/grid/helm/repo', 'packages/hagrid/hagrid/deps.py', 'packages/grid/podman/podman-kube/podman-syft-kube.yaml' ,'packages/grid/podman/podman-kube/podman-syft-kube-config.yaml' 'packages/syftcli/manifest.yml', 'packages/syft/src/syft/protocol/protocol_version.json']"
add: "['.bumpversion.cfg', 'VERSION', 'packages/grid/VERSION','packages/syft/PYPI.MD', 'packages/grid/devspace.yaml', 'packages/syft/src/syft/VERSION', 'packages/syft/setup.cfg', 'packages/grid/frontend/package.json', 'packages/syft/src/syft/__init__.py', 'packages/hagrid/hagrid/manifest_template.yml', 'packages/grid/helm/syft/Chart.yaml','packages/grid/helm/repo', 'packages/hagrid/hagrid/deps.py', 'packages/grid/podman/podman-kube/podman-syft-kube.yaml' ,'packages/grid/podman/podman-kube/podman-syft-kube-config.yaml' 'packages/syftcli/manifest.yml', 'packages/syft/src/syft/protocol/protocol_version.json']"

- name: Scheduled Build and Publish
if: github.event_name == 'schedule'
Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ domain_client = sy.login(port=8080, email="[email protected]", password="change

## PySyft in 10 minutes

📝 <a href="/notebooks/api">API Example Notebooks</a>
📝 <a href="notebooks/api">API Example Notebooks</a>

- <a href="/notebooks/api/0.8/00-load-data.ipynb">00-load-data.ipynb</a>
- <a href="/notebooks/api/0.8/01-submit-code.ipynb">01-submit-code.ipynb</a>
- <a href="/notebooks/api/0.8/02-review-code-and-approve.ipynb">02-review-code-and-approve.ipynb</a>
- <a href="/notebooks/api/0.8/03-data-scientist-download-result.ipynb">03-data-scientist-download-result.ipynb</a>
- <a href="/notebooks/api/0.8/04-jax-example.ipynb">04-jax-example.ipynb</a>
- <a href="/notebooks/api/0.8/05-custom-policy.ipynb">05-custom-policy.ipynb</a>
- <a href="/notebooks/api/0.8/06-multiple-code-requests.ipynb">06-multiple-code-requests.ipynb</a>
- <a href="/notebooks/api/0.8/07-domain-register-control-flow.ipynb">07-domain-register-control-flow.ipynb</a>
- <a href="notebooks/api/0.8/00-load-data.ipynb">00-load-data.ipynb</a>
- <a href="notebooks/api/0.8/01-submit-code.ipynb">01-submit-code.ipynb</a>
- <a href="notebooks/api/0.8/02-review-code-and-approve.ipynb">02-review-code-and-approve.ipynb</a>
- <a href="notebooks/api/0.8/03-data-scientist-download-result.ipynb">03-data-scientist-download-result.ipynb</a>
- <a href="notebooks/api/0.8/04-jax-example.ipynb">04-jax-example.ipynb</a>
- <a href="notebooks/api/0.8/05-custom-policy.ipynb">05-custom-policy.ipynb</a>
- <a href="notebooks/api/0.8/06-multiple-code-requests.ipynb">06-multiple-code-requests.ipynb</a>
- <a href="notebooks/api/0.8/07-domain-register-control-flow.ipynb">07-domain-register-control-flow.ipynb</a>

## Deploy Kubernetes Helm Chart

Expand Down Expand Up @@ -183,11 +183,11 @@ No more cold calls to get `access` to a dataset. No more weeks of `wait times` t
<tr>
<td valign="top">
- <a href="/notebooks/quickstart/data-owner/00-deploy-domain.ipynb">Deploy a Domain Server</a>
- <a href="/notebooks/quickstart/data-owner/01-upload-data.ipynb">Upload Private Data</a>
- <a href="/notebooks/quickstart/data-owner/02-create-account-configure-pb.ipynb">Create Accounts</a>
- <a href="notebooks/quickstart/data-owner/00-deploy-domain.ipynb">Deploy a Domain Server</a>
- <a href="notebooks/quickstart/data-owner/01-upload-data.ipynb">Upload Private Data</a>
- <a href="notebooks/quickstart/data-owner/02-create-account-configure-pb.ipynb">Create Accounts</a>
- Manage Privacy Budget</a>
- <a href="/notebooks/quickstart/data-owner/03-join-network.ipynb">Join a Network</a>
- <a href="notebooks/quickstart/data-owner/03-join-network.ipynb">Join a Network</a>
- Learn how PETs streamline Data Policies
</td>
Expand Down
Loading

0 comments on commit da9c675

Please sign in to comment.