diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ccccaadc20..c4efa93d2b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,8 @@ jobs: - uses: Actions-R-Us/actions-tagger@latest with: token: "${{ github.token }}" - publish_latest_tag: true + # Do not activate latest tag because it seems to affect RTD builds + # publish_latest_tag: true pypi: name: Publish to PyPI registry environment: release