fixed steps in github action
This commit is contained in:
@@ -20,9 +20,9 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- uses: dschep/install-poetry-action@v1.2
|
||||
- name: Install dependencies
|
||||
- run: poetry install
|
||||
run: poetry install
|
||||
- name: Test with tox
|
||||
- run: tox -p auto -o
|
||||
run: tox -p auto -o
|
||||
- name: Publish distribution 📦 to Test PyPI
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user