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

Merge pull request #239 from urschrei/shugel/push-rxnksnyokuxy

Add make_sdist to status_check dependencies

authored by urschrei.eurosky.social and committed by

GitHub 2354b92e 3a7ca8c6

+4 -7
+2 -5
.github/workflows/tests.yml
··· 72 72 runs-on: ubuntu-latest 73 73 steps: 74 74 - uses: actions/checkout@v4 75 - with: 76 - fetch-depth: 0 # Optional, use if you use setuptools_scm 77 - submodules: true # Optional, use if you have submodules 78 75 79 76 - name: Install uv 80 77 uses: astral-sh/setup-uv@v6 ··· 91 88 92 89 status_check: 93 90 name: All Checks 94 - needs: [lint, build] 91 + needs: [lint, build, make_sdist] 95 92 runs-on: ubuntu-latest 96 93 if: always() 97 94 steps: ··· 131 128 uses: ncipollo/release-action@v1 132 129 with: 133 130 allowUpdates: true 134 - artifacts: "./artifacts/*.whl,./artifacts/*.gz" 131 + artifacts: "./artifacts/*.whl,./artifacts/*.tar.gz" 135 132 token: ${{ secrets.GITHUB_TOKEN }} 136 133 137 134 - name: PyPI Publish
+1 -1
pyproject.toml
··· 1 1 [project] 2 2 name = "pyzotero" 3 - version = "1.6.13" 3 + version = "1.6.14" 4 4 description = "Python wrapper for the Zotero API" 5 5 readme = "README.md" 6 6 requires-python = ">=3.9"
+1 -1
uv.lock
··· 753 753 754 754 [[package]] 755 755 name = "pyzotero" 756 - version = "1.6.13" 756 + version = "1.6.14" 757 757 source = { editable = "." } 758 758 dependencies = [ 759 759 { name = "bibtexparser" },