Skip to content

Commit

Permalink
Merge pull request #297 from CITCOM-project/fix-pypi
Browse files Browse the repository at this point in the history
Python Version Updates to CI/CD Workflows
  • Loading branch information
f-allian authored Dec 3, 2024
2 parents 4fdf12b + 83cbb3d commit 180a199
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-dafni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.9
python-version: 3.10

- name: Build the container
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.9
python-version: 3.10
- name: Installing package
run: |
pip3 install .
Expand All @@ -30,4 +30,4 @@ jobs:
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 180a199

Please sign in to comment.