check if variable set correctly

This commit is contained in:
Schmieder, Jacob
2024-05-08 09:58:42 +00:00
parent 31b415f98f
commit 2d23390009
+1
View File
@@ -46,6 +46,7 @@ jobs:
pip install setuptools wheel pip install setuptools wheel
- name: Build source distribution - name: Build source distribution
run: | run: |
python3 -c "import os; print("ISRELEASED" in os.environ)"
python3 setup.py sdist python3 setup.py sdist
- name: Store the distribution packages - name: Store the distribution packages
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3