Skip to content

Commit 300c084

Browse files
committed
feat: add script which makes readme links absolute
1 parent 29378d7 commit 300c084

12 files changed

Lines changed: 116 additions & 1215 deletions

.github/workflows/release-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pip install build twine
2929
3030
- name: Build package
31-
run: python -m build
31+
run: bash utils/build_package.sh
3232

3333
- name: Publish to PyPI
3434
uses: pypa/gh-action-pypi-publish@release/v1

.github/workflows/release-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pip install build twine
2929
3030
- name: Build package
31-
run: python -m build
31+
run: bash utils/build_package.sh
3232

3333
- name: Publish to Test PyPI
3434
uses: pypa/gh-action-pypi-publish@release/v1

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Repo specific
33
/dist/
44
/build/
5+
.build
56
/MANIFEST
67

78
__pycache__/

static/paper/IEEEtran_HOWTO.pdf

-656 KB
Binary file not shown.
-280 KB
Binary file not shown.

static/paper/bibtex/README

Lines changed: 0 additions & 138 deletions
This file was deleted.

static/paper/bibtex/changelog.txt

Lines changed: 0 additions & 173 deletions
This file was deleted.

0 commit comments

Comments
 (0)