mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
debug pypi
This commit is contained in:
parent
77df5160d8
commit
4f9919807c
1 changed files with 11 additions and 0 deletions
11
.github/workflows/publish-pypi.yml
vendored
11
.github/workflows/publish-pypi.yml
vendored
|
|
@ -4,6 +4,7 @@ permissions:
|
|||
contents: read
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
|
|
@ -32,6 +33,16 @@ jobs:
|
|||
- name: Build package
|
||||
run: uv build
|
||||
|
||||
- name: Debug token (REMOVE THIS)
|
||||
env:
|
||||
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
|
||||
run: |
|
||||
if [ -z "$UV_PUBLISH_TOKEN" ]; then
|
||||
echo "Token is empty!"
|
||||
else
|
||||
echo "Token is set (length: ${#UV_PUBLISH_TOKEN})"
|
||||
fi
|
||||
|
||||
- name: Publish to PyPI
|
||||
env:
|
||||
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue