From 2b65a37361f06ff022d729ecd914bce29aae1e0a Mon Sep 17 00:00:00 2001 From: Estelle Poulin Date: Thu, 5 Jun 2025 11:03:22 -0400 Subject: [PATCH] Use latest publish --- .github/workflows/build-and-publish.yml | 2 +- requirements.txt | 5 ++--- rtex/__init__.py | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 650fb79..0fd6de3 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -35,7 +35,7 @@ jobs: - name: Build binary wheel and a source tarball run: python -m build - name: Publish distribution to PyPI - uses: pypa/gh-action-pypi-publish@v1.8.5 + uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PIPY_PASSWORD }} diff --git a/requirements.txt b/requirements.txt index a66ee29..71bfe19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,2 @@ -aiohttp>=3.8.4 -pydantic>=2.11.5 -pydantic-core>=2.33.2 +aiohttp>=3.0.0 +pydantic>=2.0.0 diff --git a/rtex/__init__.py b/rtex/__init__.py index 034f46c..6526deb 100644 --- a/rtex/__init__.py +++ b/rtex/__init__.py @@ -1 +1 @@ -__version__ = "0.0.6" +__version__ = "0.0.7"