We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ba3ae commit 44ba539Copy full SHA for 44ba539
.github/workflows/format_and_lint.yml
@@ -20,4 +20,4 @@ jobs:
20
- name: Install dependencies
21
run: uv sync --extra dev
22
- name: Run pre-commit
23
- run : uv run pre-commit run --all-files --show-diff-on-failure --color=always
+ run: uv run pre-commit run --all-files --show-diff-on-failure --color=always
.github/workflows/python-publish.yml
- name: Publish to pypi
env:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
- run: uv publish --token $PYPI_API_TOKEN
+ run: uv publish --token "$PYPI_API_TOKEN"
0 commit comments