Skip to content

Commit

Permalink
Update to 0.0.3 now (apache#345)
Browse files Browse the repository at this point in the history
We had to publish 0.0.2 to PyPi for pip reasons, so lets have the
version we push to github releases.
  • Loading branch information
ashb authored Dec 9, 2020
1 parent a7f0f64 commit fbd53e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
2 changes: 1 addition & 1 deletion sphinx_airflow_theme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fbd53e8

Please sign in to comment.