File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 python-version : 3.9
1515 - name : Install Poetry
1616 uses : abatilo/actions-poetry@v2.1.3
17- - name : Install redtape with Poetry
17+ - name : Install airflow-dbt-python with Poetry
1818 run : poetry install
19- - name : Build redtape with Poetry
19+ - name : Build airflow-dbt-python with Poetry
2020 run : poetry build
21- - name : Publish redtape to Pypi with Poetry
21+ - name : Publish airflow-dbt-python to PyPI with Poetry
2222 run : poetry publish --username __token__ --password ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 2525 uses : abatilo/actions-poetry@v2.1.4
2626 with :
2727 poetry-version : 1.1.12
28- - name : Install redtape with Poetry
28+ - name : Install airflow-dbt-python with Poetry
2929 run : poetry install
30- - name : Build redtape with Poetry
30+ - name : Build airflow-dbt-python with Poetry
3131 run : poetry build
3232 - name : Release new SemVer tag
3333 uses : marvinpinto/action-automatic-releases@latest
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " airflow-dbt-python"
3- version = " 0.13.1 "
3+ version = " 0.13.2 "
44description = " A dbt operator and hook for Airflow"
55authors = [" Tomás Farías Santana <tomas@tomasfarias.dev>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments