Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| courses:mldl:lab1 [2025/09/10 10:09] – admin | courses:mldl:lab1 [2025/10/08 09:01] (current) – [PyPi (Python Package Index)] drobiu | ||
|---|---|---|---|
| Line 233: | Line 233: | ||
| * Opublikuj projekt w TestPyPi: | * Opublikuj projekt w TestPyPi: | ||
| <code bash> | <code bash> | ||
| - | python3 -m pip install --upgrade twine | + | python3 -m pip install --upgrade twine==6.0.1 |
| python3 -m twine upload --repository testpypi dist/* | python3 -m twine upload --repository testpypi dist/* | ||
| </ | </ | ||