Skip to content

Commit

Permalink
debugging auditwheel according to this issue pypa/auditwheel#102
Browse files Browse the repository at this point in the history
  • Loading branch information
longbowman committed Dec 28, 2019
1 parent 1f82339 commit 0d9e981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublishpypilinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install numpy cython mdtraj
pip install cffi setuptools wheel twine auditwheel
pip install cffi setuptools wheel=0.31.1 twine auditwheel
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down

0 comments on commit 0d9e981

Please sign in to comment.