Skip to content

Commit 61acf86

Browse files
committed
1.0.0
1 parent 094f90e commit 61acf86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_build_only.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ twine check dist/*
8686
print_success "Package verification passed"
8787

8888
print_info "Testing package installation..."
89-
pip install dist/*.whl --force-reinstall --no-deps > /dev/null 2>&1
89+
pip install dist/*.whl --force-reinstall > /dev/null 2>&1
9090
python -c "from JSONLib import JSONLib; print('✓ Package imports correctly')"
9191
python -c "from JSONLib.__version__ import __version__; print(f'✓ Version: {__version__}')"
9292
print_success "Package installation test passed"

0 commit comments

Comments
 (0)