Skip to content

Commit

Permalink
gha: disable latest tag (#3956)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Dec 20, 2023
1 parent 31af5c8 commit bd79581
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd79581

Please sign in to comment.