Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -16,12 +16,13 @@ python: - !reference [.apt-init] script: - apt-get update - apt-get install -y git - apt-get install -y git twine - git submodule sync - git submodule update --init --recursive --depth 1 - scripts/provision-packaging-python - mkdir -p dist - make build-python-package - twine check dist/* artifacts: paths: - dist Loading docs/development.md +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ Build the Python package: Install this package in a fresh virtual machine. Example: sudo apt-get install -y python3-pip tor pip install --break-system-packages dist/onionprobe-$VERSION-*.whl pip install --break-system-packages dist/onionprobe-$ONIONPROBE_VERSION-*.whl Then test it: Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -16,12 +16,13 @@ python: - !reference [.apt-init] script: - apt-get update - apt-get install -y git - apt-get install -y git twine - git submodule sync - git submodule update --init --recursive --depth 1 - scripts/provision-packaging-python - mkdir -p dist - make build-python-package - twine check dist/* artifacts: paths: - dist Loading
docs/development.md +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ Build the Python package: Install this package in a fresh virtual machine. Example: sudo apt-get install -y python3-pip tor pip install --break-system-packages dist/onionprobe-$VERSION-*.whl pip install --break-system-packages dist/onionprobe-$ONIONPROBE_VERSION-*.whl Then test it: Loading