You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is important to stress that this snapshot should not be named "release", and it
146
146
is not supposed to be used by and advertised to the end-users who do not read the devlist.
@@ -176,15 +176,15 @@ the release candidate version of Airflow Client via simply (<VERSION> is 2.0.0 f
176
176
release candidate number 1,2,3,....).
177
177
178
178
```shell script
179
-
pip install airflow-client==<VERSION>rc<X>
179
+
pip install apache-airflow-client==<VERSION>rc<X>
180
180
```
181
181
182
182
Once you install and run Airflow Client, you should perform any verification you see as necessary to check
183
183
that the client works as you expected.
184
184
185
-
# Publish the final Airflow client release
185
+
# Publish the final Apache Airflow client release
186
186
187
-
## Summarize the voting for the Airflow client release
187
+
## Summarize the voting for the Apache Airflow client release
188
188
189
189
See Airflow process documented [here](https://github.com/apache/airflow/blob/master/dev/README_RELEASE_AIRFLOW.md#publish-the-final-apache-airflow-release) (just replace Airflow with Airflow Client).
0 commit comments