Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 35a31d7

Browse files
Update: test run new CI for package python windows
1 parent a186494 commit 35a31d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
python -m pip install hf-transfer huggingface_hub
270270
huggingface-cli login --token ${{ secrets.HUGGINGFACE_TOKEN_WRITE }} --add-to-git-credential
271271
huggingface-cli upload ${{env.HF_REPO}} venv.zip --revision ${{env.HF_PREFIX_BRANCH}}-${{ matrix.os }}-${{ matrix.name }}
272-
rm -rf venv.zip
272+
rm venv.zip
273273
huggingface-cli logout
274274
275275

0 commit comments

Comments
 (0)