Skip to content

Commit

Permalink
chore: Update deployment scripts and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Mar 12, 2022
1 parent caa5d04 commit a1e535c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi_deploy.yaml
Expand Up @@ -14,9 +14,9 @@ jobs:
python-version: 3.9
- name: Install Poetry
uses: abatilo/actions-poetry@v2.1.3
- name: Install redtape with Poetry
- name: Install airflow-dbt-python with Poetry
run: poetry install
- name: Build redtape with Poetry
- name: Build airflow-dbt-python with Poetry
run: poetry build
- name: Publish redtape to Pypi with Poetry
- name: Publish airflow-dbt-python to PyPI with Poetry
run: poetry publish --username __token__ --password ${{ secrets.PYPI_API_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/tagged_release.yml
Expand Up @@ -25,9 +25,9 @@ jobs:
uses: abatilo/actions-poetry@v2.1.4
with:
poetry-version: 1.1.12
- name: Install redtape with Poetry
- name: Install airflow-dbt-python with Poetry
run: poetry install
- name: Build redtape with Poetry
- name: Build airflow-dbt-python with Poetry
run: poetry build
- name: Release new SemVer tag
uses: marvinpinto/action-automatic-releases@latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "airflow-dbt-python"
version = "0.13.1"
version = "0.13.2"
description = "A dbt operator and hook for Airflow"
authors = ["Tomás Farías Santana <tomas@tomasfarias.dev>"]
license = "MIT"
Expand Down

0 comments on commit a1e535c

Please sign in to comment.