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 094f90e commit 61acf86Copy full SHA for 61acf86
run_build_only.sh
@@ -86,7 +86,7 @@ twine check dist/*
86
print_success "Package verification passed"
87
88
print_info "Testing package installation..."
89
-pip install dist/*.whl --force-reinstall --no-deps > /dev/null 2>&1
+pip install dist/*.whl --force-reinstall > /dev/null 2>&1
90
python -c "from JSONLib import JSONLib; print('✓ Package imports correctly')"
91
python -c "from JSONLib.__version__ import __version__; print(f'✓ Version: {__version__}')"
92
print_success "Package installation test passed"
0 commit comments