Skip to content

Commit dd22ef2

Browse files
authored
Merge pull request #117 from jguhlin/jg-branch-5
Update example, try to fix release CI (not yet working)
2 parents 8098bc6 + d54b8b5 commit dd22ef2

File tree

3 files changed

+24
-22
lines changed

3 files changed

+24
-22
lines changed

.github/workflows/create-python-release.yaml

-20
Original file line numberDiff line numberDiff line change
@@ -169,26 +169,6 @@ jobs:
169169
name: wheels-macos-${{ matrix.platform.target }}
170170
path: dist
171171

172-
sdist:
173-
runs-on: ubuntu-latest
174-
steps:
175-
- run: sudo apt-get update && sudo apt-get install -y build-essential
176-
- uses: actions/checkout@v4
177-
with:
178-
submodules: 'recursive'
179-
- run: cd minimappers2
180-
- name: Build sdist
181-
uses: PyO3/maturin-action@v1
182-
with:
183-
command: sdist
184-
working-directory: "minimappers2"
185-
args: --out dist
186-
- name: Upload sdist
187-
uses: actions/upload-artifact@v4
188-
with:
189-
name: wheels-sdist
190-
path: dist
191-
192172
release:
193173
name: Release
194174
runs-on: ubuntu-latest

minimappers2/Cargo.lock

+22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)