Remove .egg for airflow APIs publish (#12993)

This commit is contained in:
Pere Miquel Brull 2023-08-24 16:58:16 +02:00 committed by GitHub
parent 0a7f30977a
commit 76119ae943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,6 @@ jobs:
run: |
make install_dev install_apis
cd openmetadata-airflow-apis; \
python setup.py install sdist bdist_wheel; \
python setup.py build sdist bdist_wheel; \
twine check dist/*; \
twine upload dist/* --verbose