diff --git a/.github/actions/update-docs/action.yml b/.github/actions/update-docs/action.yml index 9774b43da..f632bc5ef 100644 --- a/.github/actions/update-docs/action.yml +++ b/.github/actions/update-docs/action.yml @@ -45,6 +45,6 @@ runs: poetry run mike deploy dev --push --rebase --config-file ./docs/mkdocs.yml else new_tag=${NEW_TAG%.*} - poetry run mike deploy "$new_tag" --push latest --update-aliases --rebase --config-file ./docs/mkdocs.yml + poetry run mike deploy "$new_tag" latest --update-aliases --push --rebase --config-file ./docs/mkdocs.yml poetry run mike set-default latest --rebase --config-file ./docs/mkdocs.yml fi diff --git a/.github/workflows/publish-dev.yaml b/.github/workflows/publish-test-pypi.yaml similarity index 97% rename from .github/workflows/publish-dev.yaml rename to .github/workflows/publish-test-pypi.yaml index 00456251d..d036b3aed 100644 --- a/.github/workflows/publish-dev.yaml +++ b/.github/workflows/publish-test-pypi.yaml @@ -1,4 +1,4 @@ -name: Release Python package to TestPyPI +name: Release to TestPyPI on: workflow_call: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5927d2872..3cc4e9b4b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,4 @@ -name: Release Python package to PyPI +name: Release to PyPI, GitHub, and update docs on: workflow_dispatch: