Skip to content

Commit

Permalink
Imporved docs (#145)
Browse files Browse the repository at this point in the history
* fix: minor bugs with on faliure behaviours

* fix: minor bugs with on faliure behaviours

* fix: adding secrets to sdk

* docs: adding more examples

* docs: still working through

* docs: adding more examples

* fix: minor changes to API

* fix: notebook working with map parameters

* docs: more examples

* docs: more examples

* chore: gitignore

* chore: gitignore

* fix: Bug in SDK with nested nodes

* fix: Bug in argo with failure nodes

* docs: Added patching

* fix: Bug with mocked and retry implementation

* fix: disable posthog

* fix: release process
  • Loading branch information
vijayvammi authored May 7, 2024
1 parent b0c3d51 commit 1b3aed0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- run: |
# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.5.4/argo-linux-amd64.gz
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- run: python -m pip install poetry
- run: |
python -m poetry install --only release
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ tag_format = "{version}"
env = "GH_TOKEN"

[tool.semantic_release.branches.main]
match = "main"
match = ""

[tool.semantic_release.remote]
ignore_token_for_push = true
Expand Down

0 comments on commit 1b3aed0

Please sign in to comment.