diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ed65bc3..684c031 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,9 +20,5 @@ jobs: - name: Build run: uv build # 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 run: uv publish --publish-url https://gitea.linter-home.com.com/api/packages/jonas/pypi --username jonas --password ${{ secrets.CI_TOKEN }} \ No newline at end of file