We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a51920 commit 810210cCopy full SHA for 810210c
.github/workflows/build_all.yml
@@ -53,6 +53,10 @@ jobs:
53
shell: bash
54
run: |
55
$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 }}
60
- name: Upload packages to PyPI
61
uses: pypa/gh-action-pypi-publish@release/v1
62
if: ${{ github.repository_owner == 'fangq' && steps.perform_pypi_upload_check.outputs.perform_pypi_upload == 1 && github.event_name != 'pull_request'}}
0 commit comments