Skip to content

Commit

Permalink
fix sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Jul 25, 2024
1 parent 6dc1044 commit c12d998
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Build SDist
run: pipx run build --sdist
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "scikit_build_core.setuptools.build_meta"

[project]
name = "explorerscript"
version = "0.2.1"
version = "0.2.1.post1"
authors = [
{ name = 'Marco "Capypara" Köpcke', email = "[email protected]" },
# see GitHub contributors list for additional people.
Expand Down

0 comments on commit c12d998

Please sign in to comment.