eladkal commented on code in PR #44941:
URL: https://github.com/apache/airflow/pull/44941#discussion_r1886359996
##########
dev/README_RELEASE_PROVIDER_PACKAGES.md:
##########
@@ -1197,6 +1236,38 @@ do
svn mv "${file}" "${base_file//rc[0-9]/}"
done
+# Delete the old `pypi-rc` providers
+svn rm ${SOURCE_DIR}/pypi-rc/*
+```
Review Comment:
rm without commit?
##########
dev/README_RELEASE_PROVIDER_PACKAGES.md:
##########
@@ -1233,37 +1304,6 @@ If you had this issue you will need also to make
adjustments in the next step to
This is simply by removing the relevant files locally.
-## Publish the packages to PyPI
-
-By that time the packages should be in your dist folder.
-
-```shell script
-cd ${AIRFLOW_REPO_ROOT}
-git checkout <ONE_OF_THE_RC_TAGS_FOR_ONE_OF_THE_RELEASED_PROVIDERS>
-```
-
-example `git checkout providers-amazon/7.0.0rc2`
-
-Note you probably will see message `You are in 'detached HEAD' state.`
-This is expected, the RC tag is most likely behind the main branch.
-
-* Verify the artifacts that would be uploaded:
-
-```shell script
-twine check ${AIRFLOW_REPO_ROOT}/dist/*.whl ${AIRFLOW_REPO_ROOT}/dist/*.tar.gz
-```
-
-* Upload the package to PyPi:
-
-```shell script
-twine upload -r pypi ${AIRFLOW_REPO_ROOT}/dist/*.whl
${AIRFLOW_REPO_ROOT}/dist/*.tar.gz
-```
-
-* Verify that the packages are available under the links printed.
-
-Copy links to updated packages, sort it alphabetically and save it on the
side. You will need it for the announcement message.
-
-* Again, confirm that the packages are available under the links printed.
Review Comment:
I am not sure why this is removed.
Or at least why we are changing the order of the steps in the release. I
find it confusing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]