Skip to content

Commit

Permalink
[TEMP] tgcrypto: disable upload
Browse files Browse the repository at this point in the history
Signed-off-by: wulan17 <[email protected]>
  • Loading branch information
wulan17 committed Aug 8, 2024
1 parent 0c2ff1d commit 5dbbfce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
command: |
python3 -m cibuildwheel .
- run:
name: upload
command: |
python3 -m twine upload wheelhouse/*.whl
#- run:
# name: upload
# command: |
# python3 -m twine upload wheelhouse/*.whl

- store_artifacts:
path: wheelhouse/
Expand Down

0 comments on commit 5dbbfce

Please sign in to comment.