We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8357c79 commit 9677e0eCopy full SHA for 9677e0e
.github/workflows/release-please.yml
@@ -78,7 +78,7 @@ jobs:
78
documentation-deploy:
79
runs-on: ubuntu-latest
80
needs: release-please
81
- # if: ${{ needs.release-please.outputs.release_created }}
+ if: ${{ needs.release-please.outputs.release_created }}
82
steps:
83
- uses: actions/checkout@v4
84
- run: |
@@ -92,7 +92,7 @@ jobs:
92
folder: docs/build/html # The folder the action should deploy.
93
94
conda-deploy:
95
- name: Uploading to Loop3d for python ${{ matrix.os }})
+ name: Building conda package for python ${{ matrix.os }})
96
needs: ["documentation-test", "continuous-integration"]
97
runs-on: ${{matrix.os}}
98
strategy:
0 commit comments