Skip to content

Commit

Permalink
Publish pure-Python wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Aug 9, 2022
1 parent 8de904c commit fb1ecf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 60 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/build-wheels.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2

# Make sure tags are fetched so we can get a version.
# Make sure tags are fetched, so we can get a version.
- run: |
git fetch --prune --unshallow --tags
Expand All @@ -35,5 +35,5 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

run: |
python setup.py sdist
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit fb1ecf1

Please sign in to comment.