Skip to content

Commit b6280b3

Browse files
Bump version (#110)
1 parent acc29ee commit b6280b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
jobs:
22
release:
3-
runs-on: ubuntu-22.04
3+
container: ghcr.io/elimity-com/insights-client-python
4+
runs-on: ubuntu-latest
45
steps:
56
- uses: actions/checkout@v3
6-
- uses: ./.github/actions/install
77
- env:
88
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
99
run: poetry publish --build

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
name = "elimity-insights-client"
1010
readme = "README.md"
1111
repository = "https://github.com/elimity-com/insights-client-python"
12-
version = "8.1.0"
12+
version = "8.2.0b0"
1313

1414
[tool.poetry.dependencies]
1515
python = "^3.7"

0 commit comments

Comments
 (0)