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
Updated the announcement section instead of referring to Airflow release
doc since both are a bit different.
Also removed the instruction to upload to pypi
- Verify that the test package looks good by downloading it and installing it into a virtual environment.
393
-
The package download link is available at: https://test.pypi.org/project/apache-airflow-client/#files
394
-
395
386
- Upload the package to PyPi's production environment:
396
387
397
388
```shell script
398
389
twine upload -r pypi dist/*
399
390
```
400
391
401
-
- Again, confirm that the package is available here: https://pypi.python.org/pypi/apache-airflow-client
392
+
- Confirm that the package is available here: https://pypi.python.org/pypi/apache-airflow-client
402
393
403
394
- Push Tag for the final version
404
395
@@ -413,7 +404,41 @@ Create a new release on GitHub with the release notes and assets from the releas
413
404
414
405
## Notify developers of release
415
406
416
-
See Airflow process documented [here](https://github.com/apache/airflow/blob/master/dev/README_RELEASE_AIRFLOW.md#notify-developers-of-release) (just replace Airflow with Airflow Client)
407
+
Notify users@airflow.apache.org (cc'ing dev@airflow.apache.org) that the artifacts have been published:
408
+
409
+
Subject:
410
+
411
+
```shell script
412
+
cat <<EOF
413
+
[ANNOUNCE] Apache Airflow Python Client ${VERSION} Released
414
+
EOF
415
+
```
416
+
Body:
417
+
418
+
```shell script
419
+
cat <<EOF
420
+
Dear Airflow community,
421
+
422
+
I'm happy to announce that Airflow Python Client ${VERSION} was just released.
423
+
424
+
We also made this version available on PyPI for convenience:
Send the same email to announce@apache.org, except change the opening line to Dear community,. It is more reliable to send it via the web ui at https://lists.apache.org/list.html?announce@apache.org (press "c" to compose a new thread)
440
+
441
+
417
442
418
443
## Add release data to Apache Committee Report Helper
0 commit comments