Skip to content

Commit

Permalink
don't delete linux wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
markreidvfx committed Jul 3, 2022
1 parent 39afdc8 commit 7034bdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
working-directory: dist/
run: |
ls -R
rm -v *linux*.whl
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from distutils.extension import Extension

PROJECT_METADATA = {
"version": "1.2.0.dev",
"version": "1.2.0.dev1",
"author": 'Mark Reid',
"author_email": '[email protected]',
"license": 'MIT',
Expand Down

0 comments on commit 7034bdd

Please sign in to comment.