Skip to content

Commit 180a199

Browse files
authored
Merge pull request #297 from CITCOM-project/fix-pypi
Python Version Updates to CI/CD Workflows
2 parents 4fdf12b + 83cbb3d commit 180a199

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-to-dafni.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v3
3737
- uses: actions/setup-python@v3
3838
with:
39-
python-version: 3.9
39+
python-version: 3.10
4040

4141
- name: Build the container
4242
run: |

.github/workflows/publish-to-pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v3
1818
with:
19-
python-version: 3.9
19+
python-version: 3.10
2020
- name: Installing package
2121
run: |
2222
pip3 install .
@@ -30,4 +30,4 @@ jobs:
3030
- name: Publish package to PyPI
3131
uses: pypa/gh-action-pypi-publish@release/v1
3232
with:
33-
password: ${{ secrets.PYPI_API_TOKEN }}
33+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)