Skip to content

Commit

Permalink
Merge pull request #75 from smkent/update-cookie
Browse files Browse the repository at this point in the history
Apply updates from upstream project template
  • Loading branch information
smkent authored Oct 25, 2022
2 parents f93d84a + fa78eb7 commit b7e92f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/smkent/cookie-python",
"commit": "3d29f0fc063229601337a8dc162ec95f83f50bf7",
"commit": "5a2e4887b88c6ad8d59e3e6c83fe246a61c7bc87",
"context": {
"cookiecutter": {
"project_name": "jmapc",
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/actions/python-poetry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ runs:
shell: bash
run: |
python3 -m pip install \
poetry==${{ inputs.poetry_version }}.* \
poetry-dynamic-versioning
"poetry==${{ inputs.poetry_version }}.*" \
"poetry-dynamic-versioning<=0.17.1"
- name: 🐍 Set up Python
uses: actions/setup-python@v4
Expand All @@ -28,3 +28,5 @@ runs:
shell: bash
run: |
poetry install
[ "$(poetry version -s)" != "0.0.0" ] \
|| { echo "Versioning broken"; exit 1; }

0 comments on commit b7e92f6

Please sign in to comment.