Skip to content

Commit

Permalink
Use default env for sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Aug 30, 2024
1 parent a4fbc97 commit 1d50dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 1d50dba

Please sign in to comment.