Merge pull request #1198 from PyO3/davidhewitt-patch-5

Fix doc update on release
This commit is contained in:
David Hewitt 2020-09-16 21:39:37 +01:00 committed by GitHub
commit 037ec83d6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ jobs:
release:
needs: deploy
if: ${{ env.GITHUB_EVENT_NAME == 'release' }}
runs-on: ubuntu-latest
if: ${{ github.event_name == 'release' }}
steps:
- name: Create latest tag redirect
env: