Skip to content

Commit

Permalink
Merge pull request #133 from libAtoms/23-wheel-build-sdist
Browse files Browse the repository at this point in the history
Upload sdist only with one python version
  • Loading branch information
jameskermode authored Jan 13, 2023
2 parents 2568175 + 183788f commit d6cf0cc
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 @@ -73,7 +73,7 @@ jobs:
shell: bash

- name: Deploy to PyPI
if: steps.check-tag.outputs.match == 'true'
if: steps.check-tag.outputs.match == 'true' && matrix.python == 'cp31'
run: |
pip install twine
if [ "$RUNNER_OS" == "Linux" ]; then
Expand Down

0 comments on commit d6cf0cc

Please sign in to comment.