Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinsos committed Sep 4, 2024
1 parent 6468806 commit bcf4624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ jobs:
run: |
python -m pip install twine
python -m twine upload wheelhouse/*.whl
python -m twine upload --skip-existing wheelhouse/*.whl
# While I do want to upload wheels for both Mac and Linux,
# it makes no sense to upload sdist twice.
if [ ${{ matrix.deploy-sdist }} == "true" ]; then
python -m twine upload sdist/edlib-*.tar.gz
python -m twine upload --skip-existing sdist/edlib-*.tar.gz
fi

0 comments on commit bcf4624

Please sign in to comment.