Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/project/ootle/
url: https://pypi.org/project/ootle-py/
steps:
- name: Check out repository
uses: actions/checkout@v5
Expand All @@ -44,8 +44,8 @@ jobs:

- name: Verify wheel bundles the WASM blob
run: |
unzip -l dist/ootle-*.whl | grep -q ootle_wasm_bg.wasm
unzip -l dist/ootle-*.whl | grep -q VERSION
unzip -l dist/ootle_py-*.whl | grep -q ootle_wasm_bg.wasm
unzip -l dist/ootle_py-*.whl | grep -q VERSION

- name: Validate distributions
run: uv run --with twine twine check dist/*
Expand Down
Loading