removed the tests since they don't work because I haven't set them up

This commit is contained in:
Jonas Linter
2025-09-25 16:05:57 +02:00
parent 31b6c7eceb
commit 7ed6ceecc5

View File

@@ -20,9 +20,5 @@ jobs:
- name: Build - name: Build
run: uv build run: uv build
# Check that basic features work and we didn't miss to include crucial files # Check that basic features work and we didn't miss to include crucial files
- name: Smoke test (wheel)
run: uv run --isolated --no-project --with dist/*.whl tests/smoke_test.py
- name: Smoke test (source distribution)
run: uv run --isolated --no-project --with dist/*.tar.gz tests/smoke_test.py
- name: Publish - name: Publish
run: uv publish --publish-url https://gitea.linter-home.com.com/api/packages/jonas/pypi --username jonas --password ${{ secrets.CI_TOKEN }} run: uv publish --publish-url https://gitea.linter-home.com.com/api/packages/jonas/pypi --username jonas --password ${{ secrets.CI_TOKEN }}