diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd5e94b..d8131e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,12 +107,6 @@ jobs: source .venv/bin/activate uv build - # # This workflow runs on push to main, not on a tag ref. Publish using secrets directly. - # - name: Publish to PyPI - # run: | - # source .venv/bin/activate - # uv publish --username __token__ --password ${{ secrets.PYPI_TOKEN }} - - name: Create GitHub Release env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/uv.lock b/uv.lock index 3b4d143..566cfbe 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.12" [[package]] @@ -277,7 +277,7 @@ wheels = [ [[package]] name = "shared-models" -version = "0.1.5" +version = "0.1.6" source = { virtual = "." } dependencies = [ { name = "black" },