This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch fix-release-doc in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git
commit c57a7d3a2aa29a24f12d1c1adeae49972307ef27 Author: Ephraim Anierobi <[email protected]> AuthorDate: Thu May 4 20:42:26 2023 +0100 Update the release guide I missed this one during my last update on this guide --- dev/README_RELEASE_CLIENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/README_RELEASE_CLIENT.md b/dev/README_RELEASE_CLIENT.md index a629394..f9aea1b 100644 --- a/dev/README_RELEASE_CLIENT.md +++ b/dev/README_RELEASE_CLIENT.md @@ -150,7 +150,7 @@ cd airflow-dev/clients/python svn mkdir ${VERSION} # Move the artifacts to svn folder & commit -mv ${CLIENT_REPO_ROOT}/apache{-,_}*client-${VERSION_WITHOUT_RC}* ${VERSION}/ +mv ${CLIENT_REPO_ROOT}/dist/apache{-,_}*client-${VERSION_WITHOUT_RC}* ${VERSION}/ cd ${VERSION} svn add * svn commit -m "Add artifacts for Apache Airflow Python Client ${VERSION}"
