diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8303d4e..199b6e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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/*