removed unused poetry dependency
This commit is contained in:
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@@ -13,13 +13,12 @@ jobs:
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.7
|
||||
- uses: snok/install-poetry@v1
|
||||
- name: Install and build
|
||||
run: |
|
||||
python -m ensurepip --user
|
||||
python -m pip install --upgrade pip --user
|
||||
python -m pip install .[dev]
|
||||
- name: Build with Poetry
|
||||
- name: Build
|
||||
run: python setup.py sdist bdist_wheel
|
||||
- name: Publish distribution 📦 to Test PyPI
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
|
||||
Reference in New Issue
Block a user