Skip to content

bin httpx to ~=0.28 (#746) #43

bin httpx to ~=0.28 (#746)

bin httpx to ~=0.28 (#746) #43

Workflow file for this run

# Actions are pinned to commit SHAs (not version tags) to prevent supply chain attacks.
# Version comments (e.g., "# v6") allow Dependabot to track and update to newer versions.
name: Release
on:
push:
tags:
- "v*"
jobs:
test:
uses: ./.github/workflows/test.yml
build:
needs: test
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Install uv
uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0
- name: Build and publish
env:
UV_PUBLISH_TOKEN: ${{ secrets.UV_PUBLISH_TOKEN }}
run: |
uv build
uv publish