This is an automated email from the ASF dual-hosted git repository.

michaelsmolina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 4495868b44 fix: Fixes the instructions to publish to PyPi (#20710)
4495868b44 is described below

commit 4495868b441f5a910596c191efdfe4d8a6f261f6
Author: Michael S. Molina <[email protected]>
AuthorDate: Fri Jul 15 08:38:56 2022 -0300

    fix: Fixes the instructions to publish to PyPi (#20710)
---
 RELEASING/README.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/RELEASING/README.md b/RELEASING/README.md
index 1d3285e0ff..75ab405b93 100644
--- a/RELEASING/README.md
+++ b/RELEASING/README.md
@@ -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.

Reply via email to