This commit is contained in:
2025-03-15 21:28:32 +01:00
parent 8e08ab3f66
commit e72b5cbcf5

View File

@@ -15,6 +15,6 @@ jobs:
- name: Build package
run: uv build
- name: Publish package
env:
USERNAME: ${{ github.repository_owner }}
env:
USERNAME: ${{ github.repository_owner }}
run: run: uv publish --publish-url https://git.theprivateserver.de/api/packages/${USERNAME}/pypi/ -u $USERNAME -p ${{ secrets.PASSWORD }}