Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jul 18, 2023
1 parent 0b7c684 commit d3b4370
Show file tree
Hide file tree
Showing 3 changed files with 5,590 additions and 7,606 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ jobs:
run: jlpm run prettier:check

- name: Build Python package
run: |
python -m build
cd dist
sha256sum * | tee SHA256SUMS
run: python -m build

- name: Upload builds
uses: actions/upload-artifact@v2
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ global-exclude *.pyc
global-exclude *.pyo
global-exclude .git
global-exclude .ipynb_checkpoints

include LICENSE
include pyproject.toml
Loading

0 comments on commit d3b4370

Please sign in to comment.