Skip to content

Commit 9197804

Browse files
committed
updating yml
1 parent ae126e5 commit 9197804

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
- name: Build package
3434
run: python -m build
3535
- name: Check token length
36-
run: echo "Token length: ${#PYPI_API_TOKEN}"
36+
run: |
37+
echo "Token length: ${#PYPI_API_TOKEN}"
3738
env:
3839
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
3940
- name: Publish package

0 commit comments

Comments
 (0)