This commit is contained in:
@@ -13,13 +13,13 @@ jobs:
|
||||
name: Lint, Typecheck & Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://gitcode.com/GitHub_Trending/ch/checkout.git@v4
|
||||
|
||||
- uses: astral-sh/setup-uv@v5
|
||||
- uses: https://gitcode.com/gh_mirrors/se/setup-uv.git@v8.1.0
|
||||
with:
|
||||
enable-cache: true
|
||||
|
||||
- uses: actions/setup-python@v6
|
||||
- uses: https://gitcode.com/gh_mirrors/se/setup-python.git@v6
|
||||
with:
|
||||
python-version: |
|
||||
3.8
|
||||
|
||||
@@ -12,19 +12,19 @@ jobs:
|
||||
name: Build, Publish & Release
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://gitcode.com/GitHub_Trending/ch/checkout.git@v4
|
||||
|
||||
- uses: astral-sh/setup-uv@v5
|
||||
- uses: https://gitcode.com/gh_mirrors/se/setup-uv.git@v8.1.0
|
||||
with:
|
||||
enable-cache: true
|
||||
|
||||
- uses: actions/setup-python@v6
|
||||
- uses: https://gitcode.com/gh_mirrors/se/setup-python.git@v6
|
||||
with:
|
||||
python-version: '3.13'
|
||||
|
||||
- run: uv build
|
||||
|
||||
- uses: pypa/gh-action-pypi-publish@release/v1
|
||||
- uses: https://gitcode.com/gh_mirrors/gh/gh-action-pypi-publish.git@release/v1
|
||||
with:
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user