Pyzotero: a Python client for the Zotero API pyzotero.readthedocs.io
zotero

Merge pull request #231 from urschrei/shugel/push-lkkpyylywmqu

Bump setup uv actions

authored by urschrei.eurosky.social and committed by

GitHub a5bd0624 f636e7b1

+6 -3
+6 -3
.github/workflows/tests.yml
··· 1 1 name: Build wheel, release and publish on new tag 2 2 3 - on: [push, pull_request] 3 + on: 4 + push: 5 + pull_request: 6 + merge_group: 4 7 5 8 jobs: 6 9 lint: ··· 28 31 uses: actions/checkout@v4 29 32 30 33 - name: Install uv and set the python version 31 - uses: astral-sh/setup-uv@v5 34 + uses: astral-sh/setup-uv@v6 32 35 with: 33 36 python-version: ${{ matrix.python-version }} 34 37 ··· 58 61 submodules: true # Optional, use if you have submodules 59 62 60 63 - name: Install uv 61 - uses: astral-sh/setup-uv@v5 64 + uses: astral-sh/setup-uv@v6 62 65 63 66 - name: Build SDist 64 67 run: uv build --no-sources --sdist -o dist