-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Poetry to 1.8.1 * Update Poetry lock file * Set `--no-cache` on the `poetry lock` pre-commit hook to ensure package caching does not affect the result
- Loading branch information
Showing
4 changed files
with
331 additions
and
293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,6 @@ jobs: | |
uses: JRubics/[email protected] | ||
with: | ||
python_version: "3.11" | ||
poetry_version: "==1.7.0" | ||
poetry_version: "==1.8.1" | ||
ignore_dev_requirements: "yes" | ||
pypi_token: ${{ secrets.PYPI_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.