mirror of
https://github.com/IRBorisov/ConceptCore.git
synced 2025-06-26 17:20:37 +03:00
7 lines
213 B
PowerShell
7 lines
213 B
PowerShell
![]() |
Set-Location $PSScriptRoot\..
|
||
|
|
||
|
$token = Get-Content -Path ./secrets/API_TOKEN.txt
|
||
|
$python = 'python'
|
||
|
& ${python} -m pip install twine
|
||
|
& ${python} -m twine upload ../output/py/pyconcept/* -u __token__ -p ${token}
|