File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed
Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change 1- name : build
1+ name : Build
22
33on :
44 pull_request :
@@ -375,22 +375,12 @@ jobs:
375375 merge-multiple : true
376376 - name : List contents of dist directory
377377 run : ls -la dist/
378- - name : Debug environment
379- run : |
380- echo "Environment name: ${{ github.event.environment }}"
381- echo "Workflow name: ${{ github.workflow }}"
382- echo "Repository: ${{ github.repository }}"
383- echo "Ref: ${{ github.ref }}"
384- echo "Event name: ${{ github.event_name }}"
385378 - name : Publish to PyPI
386379 uses : pypa/gh-action-pypi-publish@release/v1
387- env :
388- TWINE_VERBOSE : 1
389- TWINE_DEBUG : 1
390- PYTHONUNBUFFERED : 1
391380 with :
392381 packages-dir : dist
393- verbose : true
394- print-hash : true
395- skip-existing : true
382+ # verbose: true
383+ # print-hash: true
384+ # Uncomment below for test runs, otherwise fails on existing packages being reuploaded
385+ # skip-existing: true
396386
You can’t perform that action at this time.
0 commit comments