|
1 | 1 | conda activate py3.8
|
2 | 2 | python -m pip install -r requirements-dev.txt
|
3 | 3 | python -m pip uninstall --yes hopsy && python setup.py bdist_wheel
|
4 |
| -python -m pip install --no-input --user dist/hopsy-1.5.0-cp38-cp38-win_amd64.whl --force-reinstall --no-deps |
| 4 | +python -m pip install --no-input --user dist/hopsy-1.5.2-cp38-cp38-win_amd64.whl --force-reinstall --no-deps |
5 | 5 | python -c "import hopsy; print(hopsy.__version__, hopsy.__build__)"
|
6 | 6 | conda deactivate
|
7 | 7 | conda activate py3.9 && python -m pip uninstall --yes hopsy
|
8 | 8 | python -m pip install -r requirements-dev.txt
|
9 | 9 | python setup.py bdist_wheel
|
10 |
| -python -m pip install --no-input --user dist/hopsy1.5.0-cp39-cp39-win_amd64.whl --force-reinstall --no-deps |
| 10 | +python -m pip install --no-input --user dist/hopsy1.5.2-cp39-cp39-win_amd64.whl --force-reinstall --no-deps |
11 | 11 | python -c "import hopsy; print(hopsy.__version__, hopsy.__build__)"
|
12 | 12 | conda deactivate
|
13 | 13 | conda activate py3.10
|
14 | 14 | python -m pip install -r requirements-dev.txt
|
15 | 15 | python -m pip uninstall --yes hopsy
|
16 | 16 | python setup.py bdist_wheel
|
17 |
| -python -m pip install --no-input --user dist/hopsy-1.5.0-cp310-cp310-win_amd64.whl --force-reinstall --no-deps |
| 17 | +python -m pip install --no-input --user dist/hopsy-1.5.2-cp310-cp310-win_amd64.whl --force-reinstall --no-deps |
18 | 18 | python -c "import hopsy; print(hopsy.__version__, hopsy.__build__)"
|
19 | 19 | conda deactivate
|
20 | 20 | conda activate py3.11
|
21 | 21 | python -m pip install -r requirements-dev.txt
|
22 | 22 | python -m pip uninstall --yes hopsy
|
23 | 23 | python setup.py bdist_wheel
|
24 |
| -python -m pip install --no-input --user dist/hopsy-1.5.0-cp311-cp311-win_amd64.whl --force-reinstall --no-deps |
| 24 | +python -m pip install --no-input --user dist/hopsy-1.5.2-cp311-cp311-win_amd64.whl --force-reinstall --no-deps |
25 | 25 | python -c "import hopsy; print(hopsy.__version__, hopsy.__build__)"
|
26 | 26 | conda deactivate
|
27 | 27 | conda activate py3.12
|
28 | 28 | python -m pip install -r requirements-dev.txt
|
29 | 29 | python -m pip uninstall --yes hopsy
|
30 | 30 | python setup.py bdist_wheel
|
31 |
| -python -m pip install --no-input --user dist/hopsy-1.5.0-cp312-cp312-win_amd64.whl --force-reinstall --no-deps |
| 31 | +python -m pip install --no-input --user dist/hopsy-1.5.2-cp312-cp312-win_amd64.whl --force-reinstall --no-deps |
32 | 32 | python -c "import hopsy; print(hopsy.__version__, hopsy.__build__)"
|
33 | 33 | conda deactivate
|
0 commit comments