Skip to content

Commit

Permalink
Merge pull request #191 from statisticsnorway/fix-rej
Browse files Browse the repository at this point in the history
Fix template conflicts
  • Loading branch information
mallport authored Nov 20, 2024
2 parents 352b1c5 + 304c1a5 commit 469f266
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pip==24.0
pip==24.2
nox==2024.4.15
nox-poetry==1.0.3
poetry==1.8.3
virtualenv==20.26.2
virtualenv==20.26.3
pytest-mock==3.14.0
11 changes: 0 additions & 11 deletions .github/workflows/constraints.txt.rej

This file was deleted.

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].0
uses: pypa/[email protected].1

#- name: Publish package on TestPyPI We don't have the login to the TestPyPi org
# if: (!steps.check-version.outputs.tag)
# uses: pypa/[email protected].0
# uses: pypa/[email protected].1
# with:
# repository-url: https://test.pypi.org/legacy/

Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/release.yml.rej

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/tests.yml.rej

This file was deleted.

0 comments on commit 469f266

Please sign in to comment.