File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 53
53
shell : bash
54
54
run : |
55
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
56
- name : Upload packages to PyPI
61
57
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'}}
58
+ if : ${{ github.actor == 'fangq' && steps.perform_pypi_upload_check.outputs.perform_pypi_upload == 1 && github.event_name != 'pull_request'}}
63
59
with :
64
60
password : ${{ secrets.PYPI_API_TOKEN }}
65
61
verify_metadata : false
You can’t perform that action at this time.
0 commit comments