From 619f3991acf53b4300ecc0f67df486d503880230 Mon Sep 17 00:00:00 2001 From: "ZhengYu, Xu" Date: Wed, 28 Aug 2024 13:12:36 +0800 Subject: [PATCH] release 20240828 (#50) --- .github/workflows/release.yaml | 15 +++++---------- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index de0d87b..eb61767 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,19 +5,14 @@ on: tags: - "*.*.*" +env: + HATCH_INDEX_USER: __token__ + HATCH_INDEX_AUTH: ${{ secrets.PYPI_TOKEN }} + jobs: release: name: "release ${{github.ref_name}}" runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 - with: - python-version: "3.7" - - uses: abatilo/actions-poetry@v2 - with: - poetry-version: "1.4.2" - - name: publish - run: | - poetry build -f wheel - poetry publish -u __token__ -p ${{ secrets.PYPI_TOKEN }} + - uses: quality-specialist/hatch-action@v1 diff --git a/pyproject.toml b/pyproject.toml index e708019..ab1a7fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [project] name = "pyarrow-stubs" -version = "10.0.1.9" +version = "20240828" description = "Type annotations for pyarrow" authors = [{ name = "ZhengYu, Xu", email = "zen-xu@outlook.com" }] license = "BSD-2-Clause"