fixed wrong syntax

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