Skip to content

Commit

Permalink
fix publishing in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deeprave committed Nov 8, 2024
1 parent ef1fcee commit 4ae6722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: build and publish package
if: matrix.python-version == env.TARGET_PYTHON_VERSION
shell: bash
run: uv publish --build --token ${{ secrets.PYPI_TOKEN }}
run: uv publish --token ${{ secrets.PYPI_TOKEN }}

0 comments on commit 4ae6722

Please sign in to comment.