mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
read twine password from environemnt variable.
This commit is contained in:
@@ -7,7 +7,7 @@ build_and_store_wheels: &BUILD_AND_STORE_WHEELS
|
||||
path: "wheelhouse/*"
|
||||
publish_script:
|
||||
- python -m pip install twine
|
||||
- python -m twine upload --repository-url https://upload.pypi.org/legacy/ --username __token__ --password ENCRYPTED[7a87c65110c7601f14459f31565caa3871c7d182e2da2a5c238c5b3e2d4dccf5c8ecb4517c407ff16d5089e1a2cffc12] wheelhouse/*.whl
|
||||
- python -m twine upload --repository-url https://upload.pypi.org/legacy/ --username __token__ wheelhouse/*.whl
|
||||
|
||||
|
||||
linux_aarch64_task:
|
||||
@@ -19,6 +19,8 @@ linux_aarch64_task:
|
||||
platform: linux
|
||||
cpu: 4
|
||||
memory: 4G
|
||||
environment:
|
||||
TWINE_PASSWORD: ENCRYPTED[7a87c65110c7601f14459f31565caa3871c7d182e2da2a5c238c5b3e2d4dccf5c8ecb4517c407ff16d5089e1a2cffc12]
|
||||
|
||||
install_pre_requirements_script:
|
||||
- apt install -y python3-venv python-is-python3
|
||||
|
||||
Reference in New Issue
Block a user