Skip to content

Commit 74ff4d8

Browse files
authored
Merge pull request #46 from UniversalPython/absolutify-readme
feat: add script which makes readme links absolute
2 parents 9e9ef6b + 300c084 commit 74ff4d8

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)