Skip to content

Commit ef4fbee

Browse files
committed
chore(ci): fix poetry 1.3.1
1 parent e94e882 commit ef4fbee

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: "3.10"
1313
- name: Run lint
1414
run: |
15-
pip3 install -U poetry
15+
pip3 install -U poetry==1.3.1
1616
poetry install --no-root
1717
poetry run black --check .
1818
poetry run isort --check .

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
python-version: "3.10"
1616
- name: Publish
1717
run: |
18+
pip3 install -U poetry==1.3.1
1819
poetry install --no-dev
1920
poetry run gitlab-languages --help
2021
poetry publish --build -u __token__ -p ${{ secrets.PYPI_PASS }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gitlab-languages"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
description = "Utility to generate a Prometheus data source from programming languages inside GitLab repositores"
55
authors = ["Max Wittig"]
66
license = "MIT"

0 commit comments

Comments
 (0)