update publish

This commit is contained in:
Rohan Mehta 2025-03-11 10:09:52 -07:00
parent 2df35815da
commit f21b0c108c

View file

@ -28,12 +28,6 @@ jobs:
enable-cache: true enable-cache: true
- name: Install dependencies - name: Install dependencies
run: make sync run: make sync
- name: Run tests
run: make tests
- name: Run mypy
run: make mypy
- name: Run Python 3.9 tests
run: make old_version_tests
- name: Build package - name: Build package
run: uv build run: uv build
- name: Publish to PyPI - name: Publish to PyPI