update publish
This commit is contained in:
parent
2df35815da
commit
f21b0c108c
1 changed files with 0 additions and 6 deletions
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue