fix(ci): remove env-print step to avoid leaking sensitive environment variables (#1299)

This commit is contained in:
Linlang
2025-11-24 11:13:12 +08:00
committed by GitHub
parent 7f708347f5
commit c067ea6400
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -17,7 +17,6 @@ jobs:
with:
cache: pip
python-version: ${{ matrix.python-version }}
- run: env | sort
- run: make dev
- name: lint test docs and build
run: make lint docs-gen test-offline # test docs build
-2
View File
@@ -35,8 +35,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine # better-exceptions(optional for debug)
- run: env | sort
if: ${{ steps.release_please.outputs.release_created }}
- run: make dev
if: ${{ steps.release_please.outputs.release_created }}
- run: make build