Skip to content

Commit

Permalink
Update deploy_on_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaspear authored Feb 23, 2024
1 parent cde25c1 commit 17a0f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ permissions:

jobs:
deploy:
name: 📦 for 🐍 ${{ matrix.python-version }}
name: 📦 for 🐍
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.10", "3.11"]
python-version: ["3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down

0 comments on commit 17a0f1f

Please sign in to comment.