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 7eaffbb commit ee37999Copy full SHA for ee37999
.github/workflows/ci-cd.yml
@@ -12,6 +12,7 @@ on:
12
types:
13
- published
14
15
+
16
jobs:
17
dist:
18
name: Build package
@@ -31,7 +32,7 @@ jobs:
31
32
run: |
33
pip install build wheel
34
pyproject-build -ws
-
35
36
- name: Check metadata
37
38
pip install twine
@@ -41,7 +42,7 @@ jobs:
41
42
with:
43
name: build
44
path: dist/*
45
46
checks:
47
name: Check Python ${{ matrix.python-version }}
48
needs: [dist]
@@ -71,10 +72,7 @@ jobs:
71
72
env:
73
# Set CWD (editable install would normally do this)
74
PYTHONPATH: "${{ github.workspace }}/src:${{ github.workspace }}/examples/src"
- run: |
75
- ls ${{ github.workspace }}/src
76
- ls ${{ github.workspace }}/examples/src
77
- literary test
+ run: literary test
78
publish:
79
name: Publish to PyPI
80
needs: [dist, checks]
0 commit comments