Remove redundant install
This commit is contained in:
parent
bfa9ebd6c4
commit
6211c9e782
|
@ -24,7 +24,6 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
python -m build
|
python -m build
|
||||||
python setup.py sdist bdist_wheel
|
|
||||||
- name: Publish to PyPI
|
- name: Publish to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@master
|
uses: pypa/gh-action-pypi-publish@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue