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 9812cb2 commit 161580eCopy full SHA for 161580e
.github/workflows/publish_to_pypi.yaml
@@ -33,11 +33,11 @@ jobs:
33
34
- name: Check PyPI token
35
run: |
36
- if [ -z "$PYPI_TOKEN_PETDEFACE" ]; then
+ if [ -z "$PYPI_TOKEN" ]; then
37
echo "Error: PYPI_TOKEN_PETDEFACE is not set or is empty check your secrets"
38
exit 1
39
fi
40
41
- name: Publish Package
42
43
- uv publish --token $PYPI_TOKEN_PETDEFACE
+ uv publish --token $PYPI_TOKEN
0 commit comments