Skip to content

Commit

Permalink
cicd: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhuser committed Dec 5, 2024
1 parent 4ba017d commit f0947a1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ jobs:
run:
name: Build and publish release
runs-on: ubuntu-latest
environment:
name: release
permissions:
contents: read
id-token: write # For PyPI's trusted publishing
steps:
- uses: actions/checkout@v4

Expand All @@ -29,4 +24,4 @@ jobs:
run: uv build

- name: Publish
run: uv publish --trusted-publishing always
run: uv publish --token ${{ secrets.PYPI_TOKEN }}

0 comments on commit f0947a1

Please sign in to comment.