Skip to content

Commit d7b86cd

Browse files
committed
Merge branch 'eliminate-fix' of https://github.com/statisticsnorway/ssb-sgis into eliminate-fix
2 parents 2cc3bd3 + 13f5c23 commit d7b86cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pip==23.3.1
2-
poetry==1.7.1
2+
poetry==1.7.1

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
5858
- name: Publish package on PyPI
5959
if: steps.check-version.outputs.tag
60-
uses: pypa/gh-action-pypi-publish@v1.8.3
60+
uses: pypa/gh-action-pypi-publish@v1.8.10
6161
with:
6262
password: ${{ secrets.PYPI_TOKEN }}
6363

6464
- name: Publish package on TestPyPI
6565
if: "! steps.check-version.outputs.tag"
66-
uses: pypa/gh-action-pypi-publish@v1.8.3
66+
uses: pypa/gh-action-pypi-publish@v1.8.10
6767
with:
6868
password: ${{ secrets.TEST_PYPI_TOKEN }}
6969
repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)