Skip to content

Commit

Permalink
Update template version and dependencies (#229)
Browse files Browse the repository at this point in the history
* Update template version

* Update dependencies
  • Loading branch information
arneso-ssb authored Jan 13, 2025
1 parent cc89b8f commit 862f147
Show file tree
Hide file tree
Showing 5 changed files with 390 additions and 382 deletions.
4 changes: 2 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"template": "https://github.com/statisticsnorway/ssb-pypitemplate.git",
"commit": "364d8a1371f3eefd7228f0189126db6ba96e76ee",
"checkout": "2024.11.26",
"commit": "de6d884fe54fd885ef1ad1302695d3d4cf90a997",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "ssb-pypitemplate-instance",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
uses: actions/checkout@v4

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5.1.0
uses: crazy-max/ghaction-github-labeler@v5.0.0 # Use this version until https://github.com/crazy-max/ghaction-github-labeler/issues/221 is fixed
with:
skip-delete: true
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
- name: Publish package on PyPI
if: steps.check-version.outputs.tag
uses: pypa/[email protected].2
uses: pypa/[email protected].3

- name: Publish package on TestPyPI
if: (!steps.check-version.outputs.tag)
uses: pypa/[email protected].2
uses: pypa/[email protected].3
with:
repository-url: https://test.pypi.org/legacy/

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: "3.12"
python-version: "3.10"

- name: Upgrade pip
run: |
Expand Down
Loading

0 comments on commit 862f147

Please sign in to comment.