Skip to content

Commit

Permalink
For dev purposes: 1.1.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzgaloff committed Sep 20, 2023
1 parent e3f40e0 commit 01276de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
# Pattern matched against refs/tags
tags:
- "**" # Push events to every tag including tags with slashes
pull_request:
branches: [ "master" ]

jobs:
build:
Expand Down Expand Up @@ -73,7 +75,7 @@ jobs:
python -m pip install \
--index-url https://test.pypi.org/simple \
--extra-index-url https://pypi.org/simple \
airflow-clickhouse-plugin==1.1.0
airflow-clickhouse-plugin==1.1.0rc1
- 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.0"
version = "1.1.0rc1"
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 01276de

Please sign in to comment.