Skip to content

Commit

Permalink
chore(ci): fix poetry 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
max-wittig committed Dec 20, 2022
1 parent e94e882 commit ef4fbee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
python-version: "3.10"
- name: Run lint
run: |
pip3 install -U poetry
pip3 install -U poetry==1.3.1
poetry install --no-root
poetry run black --check .
poetry run isort --check .
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
python-version: "3.10"
- name: Publish
run: |
pip3 install -U poetry==1.3.1
poetry install --no-dev
poetry run gitlab-languages --help
poetry publish --build -u __token__ -p ${{ secrets.PYPI_PASS }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gitlab-languages"
version = "2.3.0"
version = "2.3.1"
description = "Utility to generate a Prometheus data source from programming languages inside GitLab repositores"
authors = ["Max Wittig"]
license = "MIT"
Expand Down

0 comments on commit ef4fbee

Please sign in to comment.