diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 1b213024..c5e7f9dd 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -29,7 +29,7 @@ jobs: with: environments: default - name: Build the sdist - run: pixi run -e ${{ matrix.environment }} python -m build --sdist + run: pixi run python -m build --sdist - name: Publish package if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.repository == 'blue-yonder/turbodbc' uses: pypa/gh-action-pypi-publish@v1.9.0