mirror of
https://github.com/IRBorisov/cctext.git
synced 2025-06-25 21:20:36 +03:00
7 lines
195 B
PowerShell
7 lines
195 B
PowerShell
Set-Location $PSScriptRoot\..
|
|
|
|
$token = Get-Content -Path .\secrets\API_TOKEN.txt
|
|
$python = 'python'
|
|
& ${python} -m pip install twine
|
|
& ${python} -m twine upload dist/* -u __token__ -p ${token}
|