Skip to content

Commit ee37999

Browse files
committed
Revert "test: add more debug"
This reverts commit 7eaffbb.
1 parent 7eaffbb commit ee37999

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
types:
1313
- published
1414

15+
1516
jobs:
1617
dist:
1718
name: Build package
@@ -31,7 +32,7 @@ jobs:
3132
run: |
3233
pip install build wheel
3334
pyproject-build -ws
34-
35+
3536
- name: Check metadata
3637
run: |
3738
pip install twine
@@ -41,7 +42,7 @@ jobs:
4142
with:
4243
name: build
4344
path: dist/*
44-
45+
4546
checks:
4647
name: Check Python ${{ matrix.python-version }}
4748
needs: [dist]
@@ -71,10 +72,7 @@ jobs:
7172
env:
7273
# Set CWD (editable install would normally do this)
7374
PYTHONPATH: "${{ github.workspace }}/src:${{ github.workspace }}/examples/src"
74-
run: |
75-
ls ${{ github.workspace }}/src
76-
ls ${{ github.workspace }}/examples/src
77-
literary test
75+
run: literary test
7876
publish:
7977
name: Publish to PyPI
8078
needs: [dist, checks]

0 commit comments

Comments
 (0)