This is an automated email from the ASF dual-hosted git repository. ash pushed a commit to branch update-to-v0.0.3 in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit 30196d239f97693fd58b7902da123a0dbcd5fac0 Author: Ash Berlin-Taylor <[email protected]> AuthorDate: Wed Dec 9 16:30:08 2020 +0000 Update to 0.0.3 now We had to publish 0.0.2 to PyPi for pip reasons, so lets have the version we push to github releases. --- .github/workflows/build.yml | 4 ++-- sphinx_airflow_theme/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf52932..c0f1898 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -108,11 +108,11 @@ jobs: github.event_name == 'push' run: | gh auth status - gh release delete v0.0.2 -y || true + gh release delete v0.0.3 -y || true NOTES="Commit: ${GITHUB_COMMIT} Source: ${GITHUB_REF}" - gh release create v0.0.2 \ + gh release create v0.0.3 \ --title "Latest version" \ --notes "${NOTES}" \ ./dist/* diff --git a/sphinx_airflow_theme/README.md b/sphinx_airflow_theme/README.md index 64ba81b..2e7e502 100644 --- a/sphinx_airflow_theme/README.md +++ b/sphinx_airflow_theme/README.md @@ -50,7 +50,7 @@ In order to start working with the theme, please follow the instructions below. To install the latest development version of a theme, run: ``` -pip install 'https://github.com/apache/airflow-site/releases/download/v0.0.2/sphinx_airflow_theme-0.0.2-py3-none-any.whl' +pip install 'https://github.com/apache/airflow-site/releases/download/v0.0.3/sphinx_airflow_theme-0.0.3-py3-none-any.whl' ``` Python packages for your PRs is available as downloadable artifact in GitHub Actions after the CI builds your PR.
