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 3dbd70c commit 81ed718Copy full SHA for 81ed718
.github/workflows/wheels-build.yaml
@@ -174,10 +174,11 @@ jobs:
174
name: wheel
175
path: ${{ env.wheel_path }}
176
177
+ # TODO Revert the commit that introduced this TODO
178
publish:
179
needs: [build]
180
runs-on: ubuntu-latest
- if: inputs.upload_to_pypi
181
+ if: "!cancelled()"
182
steps:
183
- name: Download sdist
184
if: "!cancelled()"
@@ -192,6 +193,4 @@ jobs:
192
193
194
path: dist
195
- name: Publish wheel
- uses: pypa/gh-action-pypi-publish@release/v1
196
- with:
197
- password: ${{ secrets.RAPIDSAI_PYPI_TOKEN }}
+ script: ls dist
0 commit comments