check if variable set correctly
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user