Skip to content

Commit 965376c

Browse files
committed
Fix pypi publish
1 parent 09c2737 commit 965376c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
- name: List artifacts
3737
run: ls -lah dist
3838

39-
- name: Publish to PyPI
40-
uses: pypa/gh-action-pypi-publish@release/v1
39+
- name: 🐍 Publish distribution 📦
40+
run: uv publish --token ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)