- Create extension zip
zip -r extension.zip extension. - Go to Chrome Developer Dashboard.
- Login with developer account (hxxxx.sxxxx@gmail.com).
- Go to the extension details -> build -> package -> Upload new package.
- After uploading the extension.zip file edit the store listing description. Specifically update the version of chrome-pass to install.
- Press
submit for reviewto publish.
- Configure pypi API token in ~/.pypirc file. https://pypi.org/help/#apitoken
- cd application
- apt install python3-build twine
- Update the version string in the pyproject.toml file.
- Build package with
python3 -m build - Upload package with
twine upload dist/*