bump to 0.1.5 #2

Merged
WorldTeacher merged 2 commits from dev into main 2025-03-16 10:11:01 +00:00
Showing only changes of commit 77608f6f27 - Show all commits

View File

@@ -17,15 +17,7 @@ jobs:
run: uv python install run: uv python install
- name: Build package - name: Build package
run: uv build run: uv build
- name: Debug Secrets for PASSWORD
run: |
if [ -z "${{ secrets.PASSWORD }}" ]; then
echo "PASSWORD secret is not set"
exit 1
else
echo "PASSWORD secret is set"
fi
- name: Publish package - name: Publish package
env: env:
USERNAME: ${{ github.repository_owner }} USERNAME: ${{ github.repository_owner }}
run: uv publish --publish-url https://git.theprivateserver.de/api/packages/WorldTeacher/pypi/ -t ${{ secrets.TOKEN }} run: uv publish --publish-url https://git.theprivateserver.de/api/packages/$USERNAME/pypi/ -t ${{ secrets.TOKEN }}