We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473e6e1 commit a0bbeacCopy full SHA for a0bbeac
1 file changed
.github/workflows/test.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Install Python dependencies
54
run: |
55
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
56
- $HOME/.poetry/bin/poetry install
+ $HOME/.poetry/bin/poetry install --no-interaction
57
- name: Use lowest dependencies versions
58
if: matrix.deps-version == 'lowest'
59
@@ -99,6 +99,6 @@ jobs:
99
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
100
101
102
+ $HOME/.poetry/bin/poetry install --no-interaction --no-dev
103
$HOME/.poetry/bin/poetry build
104
$HOME/.poetry/bin/poetry publish --username __token__ --password ${{ secrets.PYPI_TOKEN }}
0 commit comments