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 6ff53c0 commit 4ef046eCopy full SHA for 4ef046e
.github/workflows/wheels-build.yaml
@@ -174,11 +174,10 @@ 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
181
- if: "!cancelled()"
+ if: inputs.upload_to_pypi
182
steps:
183
- name: Download sdist
184
if: "!cancelled()"
@@ -193,4 +192,6 @@ jobs:
193
192
194
path: dist
195
- name: Publish wheel
196
- script: ls dist
+ uses: pypa/gh-action-pypi-publish@release/v1
+ with:
197
+ password: ${{ secrets.RAPIDSAI_PYPI_TOKEN }}
0 commit comments