Skip to content

Commit

Permalink
Merge pull request #117 from jguhlin/jg-branch-5
Browse files Browse the repository at this point in the history
Update example, try to fix release CI (not yet working)
  • Loading branch information
jguhlin authored Jan 8, 2025
2 parents 8098bc6 + d54b8b5 commit dd22ef2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 22 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/create-python-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,26 +169,6 @@ jobs:
name: wheels-macos-${{ matrix.platform.target }}
path: dist

sdist:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get update && sudo apt-get install -y build-essential
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- run: cd minimappers2
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
command: sdist
working-directory: "minimappers2"
args: --out dist
- name: Upload sdist
uses: actions/upload-artifact@v4
with:
name: wheels-sdist
path: dist

release:
name: Release
runs-on: ubuntu-latest
Expand Down
22 changes: 22 additions & 0 deletions minimappers2/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dd22ef2

Please sign in to comment.