File tree Expand file tree Collapse file tree 3 files changed +5
-15
lines changed
Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 2020 - name : Upload to GitHub Releases
2121 uses : softprops/action-gh-release@v1
2222 with :
23- files : dist/*.whl
24- - name : Upload latest wheel to repo root
25- run : |
26- # Просто копируем первый найденный wheel
27- cp dist/*.whl if97_py-latest.whl
28- git config --local user.email "[email protected] " 29- git config --local user.name "GitHub Action"
30- git checkout main
31- git add if97_py-latest.whl
32- git commit -m "Update latest wheel"
33- git push
23+ files : dist/*.whl
Original file line number Diff line number Diff line change 1616pip install git+https://github.com/Sam-Strand/if97_py.git
1717```
1818
19- ### Способ 2: Установка готового пакета (постоянная ссылка )
19+ ### Способ 2: Установка готового пакета (без Git )
2020``` bash
21- pip install https://github.com/Sam-Strand/if97_py/raw/main/ if97_py-latest .whl
21+ pip install https://github.com/Sam-Strand/if97_py/releases/download/v1.0.4/ if97_py-1.0.4-py3-none-any .whl
2222```
2323
2424## Быстрый старт
Original file line number Diff line number Diff line change 22
33setup (
44 name = "if97_py" ,
5- version = "1.0.0 " ,
5+ version = "1.0.4 " ,
66 url = "https://github.com/Sam-Strand/if97_py" ,
77 author = "Садовский М.К." ,
881414 "numpy>=1.20.0" ,
1515 "numba>=0.55.0"
1616 ]
17- )
17+ )
You can’t perform that action at this time.
0 commit comments