diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index c2f863d..d2f233d 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -25,7 +25,7 @@ jobs: python -m pip install --upgrade pip pip install poetry - name: re run poetry lockfile - run: poetry lock [--no-update] + run: poetry lock --no-update - name: Install project dependencies run: poetry install - name: Build package