Skip to content

Commit

Permalink
No interaction or cache for the release automation (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaomidi authored Mar 3, 2023
1 parent f891e26 commit c3279c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
PYPI_USERNAME: __token__
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: poetry publish --build -u "${PYPI_USERNAME}" -p "${PYPI_TOKEN}"
run: poetry publish --build --no-interaction --no-cache -u "${PYPI_USERNAME}" -p "${PYPI_TOKEN}"

docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c3279c0

Please sign in to comment.