Skip to content

Commit

Permalink
Merge pull request #7 from astronomer/cleanupplugin/add-release-readme
Browse files Browse the repository at this point in the history
update readme file dbcleanup plugin
  • Loading branch information
pgvishnuram authored Apr 25, 2023
2 parents 525b5f5 + 81ef381 commit 2486773
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,19 @@ This is an [Airflow plugin](https://airflow.apache.org/docs/apache-airflow/stabl

You must have the astro CLI installed.

1. Clone repo
1. Clone the repo
2. Run `astro dev init`
3. Create a directory and copy some files into the `plugins/` directory of your Astro project:
```bash
mkdir plugins/astronomer_dbcleanup_plugin
cp analytics_plugin.py plugins/astronomer_dbcleanup_plugin/
cp -a templates plugins/astronomer_dbcleanup_plugin/
cp *.py plugins/astronomer_dbcleanup_plugin/
```
4. Run `astro dev start`
```
## Publishing new packages to GitHub
1. Update the `__version__` variable in `dbcleanup_plugin.py`
2. Run `python -m build`
3. Upload the generated Wheel (`.whl`) and `.tar.gz` files generated in `dist/` to GitHub as a release

0 comments on commit 2486773

Please sign in to comment.