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

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: