Skip to content

chore: bump all dependencies, bump to 2.4.0 #4

chore: bump all dependencies, bump to 2.4.0

chore: bump all dependencies, bump to 2.4.0 #4

Workflow file for this run

name: Publish
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Publish
run: |
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 }}