Skip to content

Commit a1e535c

Browse files
committed
chore: Update deployment scripts and bump version
1 parent caa5d04 commit a1e535c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/pypi_deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
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 }}

.github/workflows/tagged_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "airflow-dbt-python"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
description = "A dbt operator and hook for Airflow"
55
authors = ["Tomás Farías Santana <tomas@tomasfarias.dev>"]
66
license = "MIT"

0 commit comments

Comments
 (0)