Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanserre committed Nov 25, 2024
1 parent 017f512 commit 500d152
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true

- name: Build dist from source
run: |
python -m pip install build
python -m build --sdist
- name: Place dist in artifacts folder
uses: actions/upload-artifact@v4
with:
Expand All @@ -79,12 +81,14 @@ jobs:
uses: actions/download-artifact@v4
with:
path: dist

- name: Release
uses: softprops/action-gh-release@v2
with:
body: "Release ${{ github.ref }}"
files: |
./dist/**/*
- name: Setup Python 3.13
uses: actions/setup-python@v4
with:
Expand Down
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ include gkls.pyx
include CMakeLists.txt
include LICENSE
include README.md
include MANIFEST.in
include MANIFEST.in
prune */__pycache__
recursive-exclude */__pycache__ *

0 comments on commit 500d152

Please sign in to comment.