fix: Fixes the instructions to publish to PyPi (#20710)

This commit is contained in:
Michael S. Molina 2022-07-15 08:38:56 -03:00 committed by GitHub
parent a6abcd9ea8
commit 4495868b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -458,11 +458,14 @@ while requesting access to push packages.
```bash
twine upload dist/apache-superset-${SUPERSET_VERSION}.tar.gz
# Set your username to token
# Set your password to the token value, including the pypi- prefix
```
Set your username to `__token__`
Set your password to the token value, including the `pypi-` prefix
More information on https://pypi.org/help/#apitoken
### Announcing
Once it's all done, an [ANNOUNCE] thread announcing the release to the dev@ mailing list is the final step.