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 f088292 commit 2689d50Copy full SHA for 2689d50
1 file changed
.github/workflows/release.yml
@@ -126,7 +126,7 @@ jobs:
126
127
docker run --rm --pull always --platform "linux/${ARCH}" -v "$PWD/build:/out" \
128
ghcr.io/${{ github.repository }}:${RAPIDS}-devel-${NODE}-${CUDA}-${LINUX}-packages \
129
- sh -c "find /opt/rapids/ -type f -name 'rapidsai-[^demo]*.tgz' -exec cp {} /out/ \;"
+ sh -c "find /opt/rapids/ -type f \( -name 'rapidsai-deck.gl*.tgz' -or -name 'rapidsai-[^demo]*.tgz' \) -exec cp {} /out/ \;"
130
131
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > "$HOME/.npmrc"
132
find build -type f -name 'rapidsai-*.tgz' -exec npm publish --access public ./{} \;
0 commit comments