We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc29ee commit b6280b3Copy full SHA for b6280b3
2 files changed
.github/workflows/release.yml
@@ -1,9 +1,9 @@
1
jobs:
2
release:
3
- runs-on: ubuntu-22.04
+ container: ghcr.io/elimity-com/insights-client-python
4
+ runs-on: ubuntu-latest
5
steps:
6
- uses: actions/checkout@v3
- - uses: ./.github/actions/install
7
- env:
8
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
9
run: poetry publish --build
pyproject.toml
@@ -9,7 +9,7 @@ license = "Apache-2.0"
name = "elimity-insights-client"
10
readme = "README.md"
11
repository = "https://github.com/elimity-com/insights-client-python"
12
-version = "8.1.0"
+version = "8.2.0b0"
13
14
[tool.poetry.dependencies]
15
python = "^3.7"
0 commit comments