mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/language-data.git
synced 2025-10-03 15:01:09 +08:00
chore: remove duplicate lint from the workflow
This commit is contained in:
parent
1aa8293613
commit
33ca1ad512
1 changed files with 1 additions and 15 deletions
16
.github/workflows/setup.yml
vendored
16
.github/workflows/setup.yml
vendored
|
@ -32,21 +32,6 @@ jobs:
|
|||
path: dist/*
|
||||
name: dist
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-24.04
|
||||
permissions:
|
||||
# this permission is mandatory for trusted publishing
|
||||
id-token: write
|
||||
needs:
|
||||
- setup
|
||||
steps:
|
||||
- uses: astral-sh/setup-uv@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: dist
|
||||
path: dist
|
||||
- run: uvx twine check dist/*
|
||||
|
||||
release_pypi:
|
||||
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'WeblateOrg/language-data'
|
||||
runs-on: ubuntu-24.04
|
||||
|
@ -64,6 +49,7 @@ jobs:
|
|||
path: dist
|
||||
- name: Publish package
|
||||
run: uv publish --trusted-publishing always
|
||||
|
||||
release_github:
|
||||
runs-on: ubuntu-24.04
|
||||
name: Create release on GitHub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue