[Release] Fix pypi release check
This commit is contained in:
parent
30d2a76cf2
commit
598f340afd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_docs.yml
vendored
2
.github/workflows/build_docs.yml
vendored
|
@ -96,7 +96,7 @@ jobs:
|
||||||
publish-pypi:
|
publish-pypi:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
if: needs.build.outputs.release == true
|
if: needs.build.outputs.release == 'true'
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
name: pypi
|
name: pypi
|
||||||
|
|
Loading…
Reference in a new issue