Skip to content

Commit

Permalink
release 20240828 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
zen-xu authored Aug 28, 2024
1 parent 0f10f86 commit 619f399
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 619f399

Please sign in to comment.