Skip to content

Commit

Permalink
ci: Update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Oct 23, 2024
1 parent 6f3b1a3 commit 66fd5e7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,15 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-python@v5
- uses: astral-sh/setup-uv@v3
with:
python-version: "3.x"
version: "0.4.x"

- run: |
pip install --upgrade hatch
hatch build
- run: uv build

- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

- run: npx [email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 66fd5e7

Please sign in to comment.