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 a5a3dd7 commit 8ac71d7Copy full SHA for 8ac71d7
sh/build.sh
100644
100755
@@ -7,6 +7,6 @@ set -e # Exit immediately if a command exits with a non-zero status
7
echo "Building the package..."
8
poetry build
9
echo "Publishing to TestPyPI..."
10
-poetry publish --build --repository pypi
+poetry publish --build
11
echo "Installing from PyPI..."
12
-pip install jsonpycraft
+pip install -U jsonpycraft
sh/test_build.sh
@@ -9,4 +9,4 @@ poetry build
poetry publish --build --repository testpypi
echo "Installing from TestPyPI..."
-pip install --index-url https://test.pypi.org/simple/ jsonpycraft
+pip install -U -i https://test.pypi.org/simple/ jsonpycraft
0 commit comments