Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-gauthier-geosiris committed Dec 9, 2024
1 parent d0fdccb commit 9d1e388
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-publish-test-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install poetry
uses: ./.github/actions/prepare-poetry
with:
python-version: 3.10
python-version: '3.10'

- name: Build
run: |
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install poetry
uses: ./.github/actions/prepare-poetry
with:
python-version: 3.10
python-version: '3.10'

- name: Upload to PyPI TEST
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install poetry
uses: ./.github/actions/prepare-poetry
with:
python-version: 3.10
python-version: '3.10'

- name: Build
run: |
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install poetry
uses: ./.github/actions/prepare-poetry
with:
python-version: 3.10
python-version: '3.10'

- name: Upload to PyPI
run: |
Expand Down

0 comments on commit 9d1e388

Please sign in to comment.