Skip to content

Commit

Permalink
Merge branch 'develop' into feature/create-self-hosted-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
safoinme authored Sep 4, 2023
2 parents 7cdb910 + 5a8a333 commit 9bbb119
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: publish
env:
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: |
if [ "$(cat src/mlstacks/VERSION)" = "$(echo ${GITHUB_REF} | sed 's|refs/tags/||g')" ];
then ./scripts/publish.sh;
Expand Down
39 changes: 20 additions & 19 deletions docs/book/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,29 @@

## Getting Started

* [👋 Introduction](introduction.md)
* [🔨 Installation](getting-started/installation.md)
* [🚀 Quickstart](getting-started/quickstart/README.md)
* [AWS Quickstart](getting-started/aws.md)
* [GCP Quickstart](getting-started/gcp.md)
* [K3D Quickstart](getting-started/k3d.md)
* [💡 Core Concepts](getting-started/core-concepts.md)
- [👋 Introduction](introduction.md)
- [🔨 Installation](getting-started/installation.md)
- [🚀 Quickstart](getting-started/quickstart/README.md)
- [AWS Quickstart](getting-started/aws.md)
- [GCP Quickstart](getting-started/gcp.md)
- [K3D Quickstart](getting-started/k3d.md)
- [💡 Core Concepts](getting-started/core-concepts.md)

## Stacks

* [Writing Spec Files](stacks/stack-specification.md)
* [AWS](stacks/aws.md)
* [GCP](stacks/gcp.md)
* [Azure](stacks/azure.md)
* [K3D](stacks/k3d.md)
- [Writing Spec Files](stacks/stack-specification.md)
- [AWS](stacks/aws.md)
- [GCP](stacks/gcp.md)
- [Azure](stacks/azure.md)
- [K3D](stacks/k3d.md)

## Reference

* [CLI](reference/cli.md)
* [Terraform usage](reference/terraform.md)
* [ZenML & MLStacks](reference/zenml.md)
* [Debugging Tips](reference/debugging.md)
* [Analytics](reference/analytics.md)
* [FAQ](reference/faq.md)
* [Contributing](reference/contributing.md)
- [Github Repository](https://github.com/zenml-io/mlstacks)
- [CLI](reference/cli.md)
- [Terraform usage](reference/terraform.md)
- [ZenML & MLStacks](reference/zenml.md)
- [Debugging Tips](reference/debugging.md)
- [Analytics](reference/analytics.md)
- [FAQ](reference/faq.md)
- [Contributing](reference/contributing.md)
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mlstacks"
version = "0.7.3"
version = "0.7.4"
packages = [{ include = "mlstacks", from = "src" }]
description = "MLStacks MLStacks."
authors = ["ZenML GmbH <[email protected]>"]
Expand Down Expand Up @@ -75,7 +75,7 @@ pyyaml = { version = ">=6.0.1" }
click = { version = "^8.0.1,<8.1.4" }
python-terraform = { version = "^0.10.1" }
rich = { version = "^12.0.0" }
segment-analytics-python = { version = "^2.2.3" }
analytics-python = { version = "^1.4.0" }

# dev dependencies
black = { version = "^23.3.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion src/mlstacks/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.3
0.7.4

0 comments on commit 9bbb119

Please sign in to comment.