A convenient tool to upload easily your binaries to Steam.
PySteamUpload requires two environment variables:
STEAM_USERNAMESTEAM_PASSWORD
Execute then initialize SteamCMD with provided command:
python -m pysteamupload initialize_only
python -m pysteamupload upload --app_id="123456" --depot_id="1234567" --build_description="My first upload" --content_path="C:\Temp\MyBinariesAreLocatedHere"
python -m pip install twine setuptools wheelpython setup.py sdist bdist_wheelpython -m twine upload dist/*