Skip to content

Commit 810210c

Browse files
committed
[ci] debug pypi upload
1 parent 5a51920 commit 810210c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_all.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
shell: bash
5454
run: |
5555
$GITHUB_WORKSPACE/.github/check-pypi-upload.sh
56+
- name: Debug upload conditions
57+
shell: bash
58+
run: |
59+
echo ${{ github.repository_owner }} ${{ steps.perform_pypi_upload_check.outputs.perform_pypi_upload }} ${{ github.event_name }}
5660
- name: Upload packages to PyPI
5761
uses: pypa/gh-action-pypi-publish@release/v1
5862
if: ${{ github.repository_owner == 'fangq' && steps.perform_pypi_upload_check.outputs.perform_pypi_upload == 1 && github.event_name != 'pull_request'}}

0 commit comments

Comments
 (0)