Adds README, LICENSE and Changes Build to SDIST #3

Merged
HideyoshiNakazone merged 3 commits from adds-readme into main 2025-04-10 04:00:12 +00:00
Showing only changes of commit 3063684ffb - Show all commits

View File

@@ -59,8 +59,8 @@ jobs:
- name: Set up Python - name: Set up Python
run: uv python install run: uv python install
- name: Build - name: Build source distribution
run: uv build run: uv build --sdist
- name: Publish - name: Publish
run: uv publish -t ${{ secrets.PYPI_TOKEN }} run: uv publish -t ${{ secrets.PYPI_TOKEN }}