Skip to content

Commit

Permalink
Merge pull request #137 from libAtoms/23-sdist-attempt-5
Browse files Browse the repository at this point in the history
Update build-wheels.yml
  • Loading branch information
jameskermode authored Jan 13, 2023
2 parents 742dbe2 + 63f535f commit 8636773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
shell: bash

- name: Deploy sdist to PyPI
if: ${{ steps.check-tag.outputs.match == 'true' && startsWith(matrix.os, 'ubuntu') && matrix.python == 'cp311' }}
if: ${{ steps.check-tag.outputs.match == 'true' && startsWith(matrix.buildplat[0], 'ubuntu') && matrix.python == 'cp311' }}
run: |
pip install build
python -m build
Expand Down

0 comments on commit 8636773

Please sign in to comment.