Skip to content

Commit 8e49b4a

Browse files
committed
Back to vanilla publishing for now
1 parent 05b56fc commit 8e49b4a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
uses: actions/setup-python@v6
2222
with:
2323
python-version-file: "pyproject.toml"
24-
- name: Install uv
25-
uses: astral-sh/setup-uv@v7
24+
- name: Install build dependencies
25+
run: pip install build
2626
- name: Build distribution
27-
run: uv build
27+
run: python -m build
2828
- name: Publish
29-
run: uv publish
29+
uses: pypa/gh-action-pypi-publish@v1.13.0

0 commit comments

Comments
 (0)