Skip to content

Commit f2279d2

Browse files
committed
fix: bug in export
1 parent 34c6859 commit f2279d2

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
env:
7272
# Set PYTHONPATH to include example
7373
PYTHONPATH: "${{ github.workspace }}/examples/src"
74-
run: literary test --debug
74+
run: literary test
7575
publish:
7676
name: Publish to PyPI
7777
needs: [dist, checks]
@@ -83,7 +83,4 @@ jobs:
8383
name: build
8484
path: dist
8585

86-
- uses: pypa/gh-action-pypi-publish@v1.4.2
87-
with:
88-
user: __token__
89-
password: ${{ secrets.PYPI_TOKEN }}
86+
- uses: pypa/gh-action-pypi-publish@release/v1

src/literary/module/__init__.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,9 @@
243243
"slideshow": {
244244
"slide_type": ""
245245
},
246-
"tags": []
246+
"tags": [
247+
"export"
248+
]
247249
},
248250
"outputs": [],
249251
"source": [

src/literary/notebook/__init__.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@
7979
"slideshow": {
8080
"slide_type": ""
8181
},
82-
"tags": []
82+
"tags": [
83+
"export"
84+
]
8385
},
8486
"outputs": [],
8587
"source": [

0 commit comments

Comments
 (0)