From 52249e362fa27430dd933ab8f6d951c1d0745499 Mon Sep 17 00:00:00 2001 From: Sjoerd Geevers Date: Tue, 15 Oct 2024 16:57:17 +0200 Subject: [PATCH] print python version --- .github/workflows/rtc-tools.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rtc-tools.yml b/.github/workflows/rtc-tools.yml index a487b1f..7dbf116 100644 --- a/.github/workflows/rtc-tools.yml +++ b/.github/workflows/rtc-tools.yml @@ -29,6 +29,7 @@ jobs: with: # Fetch all tags/branches in order to obtain the correct version. fetch-depth: 0 + - run: python -c "import rtctools; print(rtctools.__version__)" - run: python setup.py sdist bdist_wheel - uses: actions/upload-artifact@v4 if: success()