Skip to content

Commit

Permalink
v2.4.3 (#760)
Browse files Browse the repository at this point in the history
fix artifacts
  • Loading branch information
elalish authored Mar 5, 2024
1 parent c6801c8 commit f54e535
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: pypa/[email protected]
- uses: actions/upload-artifact@v4
with:
name: python-${{ matrix.runs-on }}
path: ./wheelhouse/*.whl

make_sdist:
Expand All @@ -36,6 +37,7 @@ jobs:
run: pipx run build --sdist
- uses: actions/upload-artifact@v4
with:
name: python-sdist
path: dist/*.tar.gz

pypi-publish:
Expand All @@ -51,7 +53,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
pattern: python-*
merge-multiple: true
path: dist
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
1 change: 1 addition & 0 deletions .github/workflows/manifold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ jobs:
name: wasm
path: bindings/wasm/examples/dist/
retention-days: 90
overwrite: true

build_windows:
timeout-minutes: 30
Expand Down

0 comments on commit f54e535

Please sign in to comment.