Commit 95b6b4a6 authored by Silvio Rhatto's avatar Silvio Rhatto
Browse files

Merge branch 'fix/python-packaging' into 'main'

Python packaging improvements

See merge request !113
parents 8ea46d98 49627ca7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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: