diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 3b47162..0e73d9a 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -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