File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -50,23 +50,19 @@ jobs:
5050 sudo apt-get -y upgrade
5151 sudo apt-get install -y libsecp256k1-dev
5252
53- - name : Install required Python packages
53+ - name : Install Hatch
5454 run : |
55- python3 -m pip install --upgrade build
56- python3 -m pip install --user --upgrade twine
55+ python3 -m pip install --upgrade hatch
5756
5857 - name : Build source and wheel packages
5958 run : |
60- python3 -m pip install .
61- python3 -m build
59+ python3 -m hatch build
6260
6361 - name : Install the Python wheel
6462 run : |
6563 python3 -m pip install dist/aleph_sdk_python-*.whl
6664
6765 - name : Import and use the package
68- # macos tests fail this step because they use Python 3.11, which is not yet supported by our dependencies
69- if : startsWith(matrix.os, 'ubuntu-')
7066 run : |
7167 python3 -c "import aleph.sdk"
7268 python3 -c "from aleph.sdk.chains.ethereum import get_fallback_account; get_fallback_account()"
You can’t perform that action at this time.
0 commit comments