Skip to content

Commit

Permalink
Update for trusted publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 16, 2024
1 parent 2b22d46 commit dfd815c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
release-package:
name: Release to PyPI
runs-on: ubuntu-latest
environment: release

steps:
- uses: actions/checkout@v4
Expand All @@ -28,8 +29,6 @@ jobs:
curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Publish package
env:
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
run: |
sed -i -e "s/0.0.0/${GITHUB_REF#refs/*/}/" pyproject.toml
uv build
Expand Down

0 comments on commit dfd815c

Please sign in to comment.