Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pip install build twine

- name: Build package
run: python -m build
run: bash utils/build_package.sh

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
2 changes: 1 addition & 1 deletion .github/workflows/release-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pip install build twine

- name: Build package
run: python -m build
run: bash utils/build_package.sh

- name: Publish to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Repo specific
/dist/
/build/
.build
/MANIFEST

__pycache__/
Expand Down
Binary file removed static/paper/IEEEtran_HOWTO.pdf
Binary file not shown.
Binary file removed static/paper/bibtex/IEEEtran_bst_HOWTO.pdf
Binary file not shown.
138 changes: 0 additions & 138 deletions static/paper/bibtex/README

This file was deleted.

173 changes: 0 additions & 173 deletions static/paper/bibtex/changelog.txt

This file was deleted.

Loading