Remove redundant install
This commit is contained in:
1
.github/workflows/pypi.yml
vendored
1
.github/workflows/pypi.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user