Skip to content

Commit

Permalink
Merge pull request #63 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 Nov 5, 2022
2 parents 0d7bb90 + dda37d3 commit 00a050d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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": "224c0e2ca30f461007b0204e81155b256ac13fc4",
"commit": "a893079686fd02969c4f1858dbcd687430035b86",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Release
env:
ENABLE_PYPI_PUBLISH: true
ENABLE_TEST_PYPI_PUBLISH: true
RELEASE_PYTHON_VERSION: "3.10"
RELEASE_PYTHON_VERSION: "3.11"
RELEASE_POETRY_VERSION: "1.2"

on:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
poetry-version:
- "1.2"

Expand All @@ -47,7 +48,7 @@ jobs:
paths: ./.pytest_results.xml

- name: 📊 Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
if: ${{ env.ENABLE_COVERAGE == 'true' }}
with:
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
RELEASE_PYTHON_VERSION: "3.10"
RELEASE_PYTHON_VERSION: "3.11"
RELEASE_POETRY_VERSION: "1.2"

on:
Expand Down

0 comments on commit 00a050d

Please sign in to comment.