Skip to content

Commit

Permalink
Merge pull request #9081 from OpenMined/rasswanth/fix-commit-hash-exp…
Browse files Browse the repository at this point in the history
…erimental-releases

fix commit hash
  • Loading branch information
rasswanth-s authored Jul 23, 2024
2 parents 51d6779 + fbfb22b commit 5b86f03
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Update Commit Hash in Syft
run: |
python packages/syft/src/syft/update_commit.py packages/syft/src/syft/commit.py
python packages/syft/src/syft/util/update_commit.py packages/syft/src/syft/util/commit.py
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:
- name: Update Commit Hash in Syft
run: |
python packages/syft/src/syft/update_commit.py packages/syft/src/syft/commit.py
python packages/syft/src/syft/util/update_commit.py packages/syft/src/syft/util/commit.py
- name: Build Helm Chart
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion packages/syft/src/syft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
from .client.syncing import sync
from .client.user_settings import UserSettings
from .client.user_settings import settings
from .commit import __commit__
from .custom_worker.config import DockerWorkerConfig
from .custom_worker.config import PrebuiltWorkerConfig
from .orchestra import Orchestra as orchestra
Expand Down Expand Up @@ -82,6 +81,7 @@
from .util import options
from .util.autoreload import disable_autoreload
from .util.autoreload import enable_autoreload
from .util.commit import __commit__
from .util.patch_ipython import patch_ipython
from .util.telemetry import instrument
from .util.util import autocache
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5b86f03

Please sign in to comment.