Skip to content

Commit

Permalink
fix deploy workflow 5
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Apr 24, 2024
1 parent a3a0602 commit 120ce86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ jobs:
url: https://pypi.org/project/smefit/
permissions:
id-token: write
strategy:
matrix:
python-version: ['3.10', '3.11']
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ['3.10', '3.11']
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 120ce86

Please sign in to comment.