Skip to content

Commit

Permalink
pyproject.toml: 1.1.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzgaloff committed Sep 20, 2023
1 parent 8bb31bf commit 4310bab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
python -m pip install \
--index-url https://test.pypi.org/simple \
--extra-index-url https://pypi.org/simple \
airflow-clickhouse-plugin[common.sql]==1.1.0rc1
airflow-clickhouse-plugin[common.sql]==1.1.0rc2
- name: Run tests on ClickHouse server
env:
AIRFLOW_CONN_CLICKHOUSE_DEFAULT: "clickhouse://localhost:${{ job.services.clickhouse.ports['9000'] }}"
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Install airflow-clickhouse-plugin from PyPI
run: |
python -m pip install --upgrade pip
python -m pip install airflow-clickhouse-plugin[common.sql]==1.1.0rc1
python -m pip install airflow-clickhouse-plugin[common.sql]==1.1.0rc2
- name: Run tests on ClickHouse server
env:
AIRFLOW_CONN_CLICKHOUSE_DEFAULT: "clickhouse://localhost:${{ job.services.clickhouse.ports['9000'] }}"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "airflow-clickhouse-plugin"
version = "1.1.0rc1"
version = "1.1.0rc2"
description = "airflow-clickhouse-plugin — Airflow plugin to execute ClickHouse commands and queries"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 4310bab

Please sign in to comment.