diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 9793b9d..533e7e4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -20,7 +20,7 @@ jobs: uses: astral-sh/setup-uv@v2 with: enable-cache: true - version: "0.5.26" + version: "0.6.0" - name: Install dependencies run: | @@ -36,9 +36,8 @@ jobs: - name: Build and publish env: - TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} - TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} - TWINE_NON_INTERACTIVE: "1" + UV_PUBLISH_USERNAME: ${{ secrets.PYPI_USERNAME }} + UV_PUBLISH_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | uv build - uvx twine upload dist/* + uv publish dist/* diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8b405e..83b63fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: uses: astral-sh/setup-uv@v2 with: enable-cache: true - version: "0.5.26" + version: "0.6.0" - name: Run tests for ${{ matrix.python-version }} run: | diff --git a/src/bibx/__init__.py b/src/bibx/__init__.py index b1e48f6..6e0a0e9 100644 --- a/src/bibx/__init__.py +++ b/src/bibx/__init__.py @@ -27,7 +27,7 @@ "read_wos", ] -__version__ = "0.5.0" +__version__ = "0.6.0" def query_openalex(