Skip to content

Commit 4ef046e

Browse files
Revert "Test downloading artifact"
This reverts commit 81ed718.
1 parent 6ff53c0 commit 4ef046e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/wheels-build.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,10 @@ jobs:
174174
name: wheel
175175
path: ${{ env.wheel_path }}
176176

177-
# TODO Revert the commit that introduced this TODO
178177
publish:
179178
needs: [build]
180179
runs-on: ubuntu-latest
181-
if: "!cancelled()"
180+
if: inputs.upload_to_pypi
182181
steps:
183182
- name: Download sdist
184183
if: "!cancelled()"
@@ -193,4 +192,6 @@ jobs:
193192
name: wheel
194193
path: dist
195194
- name: Publish wheel
196-
script: ls dist
195+
uses: pypa/gh-action-pypi-publish@release/v1
196+
with:
197+
password: ${{ secrets.RAPIDSAI_PYPI_TOKEN }}

0 commit comments

Comments
 (0)