Skip to content

Commit

Permalink
just deploy source distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Jun 28, 2022
1 parent f735772 commit 9217a34
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
python setup.py sdist --dist-dir wheelhouse
twine upload --skip-existing wheelhouse/*.tar.gz
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
# - name: Build wheels
# run: python -m cibuildwheel --output-dir wheelhouse

- name: Upload distributions
run: |
twine upload --skip-existing wheelhouse/*.whl
# - name: Upload distributions
# run: |
# twine upload --skip-existing wheelhouse/*.whl

10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
python setup.py sdist --dist-dir wheelhouse
twine upload --skip-existing wheelhouse/*.tar.gz
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
# - name: Build wheels
# run: python -m cibuildwheel --output-dir wheelhouse

- name: Upload distributions
run: |
twine upload --skip-existing wheelhouse/*.whl
# - name: Upload distributions
# run: |
# twine upload --skip-existing wheelhouse/*.whl

0 comments on commit 9217a34

Please sign in to comment.