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 ccf4a0e commit ad9976f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,12 @@ jobs:
run: uv build

# Using Trusted Publishing via PyPI and uv
- name: Publish
run: uv publish --verbose --trusted-publishing always
- name: Debug and Publish
run: |
echo "Current directory: $(pwd)"
echo "Workflow file contents:"
cat .github/workflows/publish.yml
echo "Environment variables:"
env | grep -i action
echo "Running publish command..."
uv publish --verbose --trusted-publishing always

0 comments on commit ad9976f

Please sign in to comment.