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

gurwls223 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c125e95fc2 Update release process for PyPI accounts
c125e95fc2 is described below

commit c125e95fc2a5e2b0b53eb630f74f3383e4346cea
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Tue Jun 18 17:30:22 2024 +0900

    Update release process for PyPI accounts
    
    This PR proposes to update release process about PyPI accounts. For PyPI 
account permissions, they have to be asked to the Spark PMC.
    
    Author: Hyukjin Kwon <[email protected]>
    
    Closes #523 from HyukjinKwon/pypi-release.
---
 release-process.md        | 4 +---
 site/release-process.html | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/release-process.md b/release-process.md
index e233a4d7ff..1fa6fff97f 100644
--- a/release-process.md
+++ b/release-process.md
@@ -231,9 +231,7 @@ and the same under 
[https://repository.apache.org/content/groups/maven-staging-g
 
 <h4>Upload to PyPI</h4>
 
-You'll need the credentials for the `spark-upload` account, which can be found 
in
-<a 
href="https://lists.apache.org/thread.html/2789e448cd8a95361a3164b48f3f8b73a6d9d82aeb228bae2bc4dc7f@%3Cprivate.spark.apache.org%3E";>this
 message</a> and <a 
href="https://lists.apache.org/thread/37j2x1d32bj320g4fx784rnhj3bf1zzk";>this 
message</a>
-(only visible to PMC members).
+You'll need your own PyPI account. If you do not have a PyPI account that has 
access to the `pyspark` and `pyspark-connect` projects on PyPI, please ask the 
<a href="mailto:[email protected]";>PMC</a> to grant permission for both.
 
 The artifacts can be uploaded using <a 
href="https://pypi.org/project/twine/";>twine</a>. Just run:
 
diff --git a/site/release-process.html b/site/release-process.html
index 59fe1dcb45..ae80192e4a 100644
--- a/site/release-process.html
+++ b/site/release-process.html
@@ -373,9 +373,7 @@ and the same under <a 
href="https://repository.apache.org/content/groups/maven-s
 
 <h4>Upload to PyPI</h4>
 
-<p>You&#8217;ll need the credentials for the <code class="language-plaintext 
highlighter-rouge">spark-upload</code> account, which can be found in
-<a 
href="https://lists.apache.org/thread.html/2789e448cd8a95361a3164b48f3f8b73a6d9d82aeb228bae2bc4dc7f@%3Cprivate.spark.apache.org%3E";>this
 message</a> and <a 
href="https://lists.apache.org/thread/37j2x1d32bj320g4fx784rnhj3bf1zzk";>this 
message</a>
-(only visible to PMC members).</p>
+<p>You&#8217;ll need your own PyPI account. If you do not have a PyPI account 
that has access to the <code class="language-plaintext 
highlighter-rouge">pyspark</code> and <code class="language-plaintext 
highlighter-rouge">pyspark-connect</code> projects on PyPI, please ask the <a 
href="mailto:[email protected]";>PMC</a> to grant permission for both.</p>
 
 <p>The artifacts can be uploaded using <a 
href="https://pypi.org/project/twine/";>twine</a>. Just run:</p>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to