Remove redundant install

This commit is contained in:
Sam Bull 2021-01-30 23:10:51 +00:00 committed by GitHub
parent bfa9ebd6c4
commit 6211c9e782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ jobs:
- name: Build
run: |
python -m build
python setup.py sdist bdist_wheel
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@master
with: