Skip to content

Commit 81ed718

Browse files
Test downloading artifact
1 parent 3dbd70c commit 81ed718

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/wheels-build.yaml

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

177+
# TODO Revert the commit that introduced this TODO
177178
publish:
178179
needs: [build]
179180
runs-on: ubuntu-latest
180-
if: inputs.upload_to_pypi
181+
if: "!cancelled()"
181182
steps:
182183
- name: Download sdist
183184
if: "!cancelled()"
@@ -192,6 +193,4 @@ jobs:
192193
name: wheel
193194
path: dist
194195
- name: Publish wheel
195-
uses: pypa/gh-action-pypi-publish@release/v1
196-
with:
197-
password: ${{ secrets.RAPIDSAI_PYPI_TOKEN }}
196+
script: ls dist

0 commit comments

Comments
 (0)