We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1b4ad commit 5716241Copy full SHA for 5716241
dev/README_RELEASE_CLIENT.md
@@ -58,7 +58,7 @@ of this the version in the built artifacts that will become the official Apache
58
- Tarball the repo
59
60
```shell script
61
- git archive --format=tar.gz ${VERSION} -o airflow-client-${VERSION}-source.tar.gz
+ git archive --format=tar.gz ${VERSION} --prefix=airflow-client-${VERSION}/ -o airflow-client-${VERSION}-source.tar.gz
62
```
63
64
- Generate sdist
0 commit comments