diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 89e547b..e7b9ae3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,17 +10,11 @@ env: jobs: publish: - environment: jfrog runs-on: ubuntu-20.04 steps: - name: Checkout Rialto uses: actions/checkout@v3 - - name: Install system dependencies - run: | - apt-get update - apt-get install -y openssl libssl-dev wget - - uses: actions/setup-python@v4 with: python-version: "3.10.6" diff --git a/README.md b/README.md index 3c8bf4a..538b3eb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Rialto is a framework for building and deploying machine learning features in a The name Rialto is a reference to the Rialto Bridge in Venice, Italy. The Rialto Bridge was a major marketplace for goods and ideas the Middle Ages. Rialto is intended to be a foundation of a similar marketplace for machine learning features, where users and find and share reusable features. -Sphinx-Generated autodocs pages available **[here]()**. +Sphinx-Generated autodocs pages available **[here](https://absaoss.github.io/rialto/)**. # Contents 1. [Instalatlion](#install)