Skip to content

Commit

Permalink
chore: bump all dependencies, bump to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
max-wittig committed May 21, 2024
1 parent f0f655f commit fa09f3c
Show file tree
Hide file tree
Showing 4 changed files with 373 additions and 258 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
- name: Run lint
run: |
pip3 install -U poetry==1.3.1
poetry install --no-root
pip3 install -U poetry==1.8.2
poetry install -n
poetry run black --check .
poetry run isort --check .
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
- name: Publish
run: |
pip3 install -U poetry==1.3.1
pip3 install -U poetry==1.8.2
poetry install --no-dev
poetry run gitlab-languages --help
poetry publish --build -u __token__ -p ${{ secrets.PYPI_PASS }}
Loading

0 comments on commit fa09f3c

Please sign in to comment.