Skip to content

Commit 0ac8397

Browse files
committed
fix: Remove debug code
1 parent 13b9b1d commit 0ac8397

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
name: Build
22

33
on:
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

0 commit comments

Comments
 (0)