Skip to content

Commit 161580e

Browse files
authored
Update publish_to_pypi.yaml
1 parent 9812cb2 commit 161580e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_to_pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
3434
- name: Check PyPI token
3535
run: |
36-
if [ -z "$PYPI_TOKEN_PETDEFACE" ]; then
36+
if [ -z "$PYPI_TOKEN" ]; then
3737
echo "Error: PYPI_TOKEN_PETDEFACE is not set or is empty check your secrets"
3838
exit 1
3939
fi
4040
4141
- name: Publish Package
4242
run: |
43-
uv publish --token $PYPI_TOKEN_PETDEFACE
43+
uv publish --token $PYPI_TOKEN

0 commit comments

Comments
 (0)