Skip to content

kreativai/roseml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy

Configure ~/.pypirc:

[distutils]
index-servers =
    python

[python]
repository: https://us-central1-python.pkg.dev/rosebud-machine-learning/python/

Insert the following snippet into your pip.conf

[global]
extra-index-url = https://us-central1-python.pkg.dev/rosebud-machine-learning/python/simple/

Install keyring with google auth plugin:

pip install keyring keyrings.google-artifactregistry-auth
keyring --list-backends # should include google backend with priority 9
keyring get https://us-python.pkg.dev/ '' # should return google token

Build and publish:

pip install build twine
rm -rf dist
python -m build
twine upload -r python dist/*

HOWTO install last version without extra configuration

pip install --isolated keyring keyrings.google-artifactregistry-auth
PIP_EXTRA_INDEX_URL=https://us-central1-python.pkg.dev/rosebud-machine-learning/python/simple/ pip install -U roseml

References:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages