Skip to content

Commit 149c19e

Browse files
authored
Enable PyPi publish
1 parent 5d3daa9 commit 149c19e

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
- name: Build wheel & sdist
2828
run: uv build
2929

30-
# Replace when ready to upload to PyPI
31-
#
32-
# - name: Publish to PyPI
33-
# run: uv publish
34-
# env:
35-
# UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
30+
- name: Publish to PyPI
31+
run: uv publish
32+
env:
33+
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)