Skip to content

Commit

Permalink
hot-fix: patches typo in yaml file (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtyoung84 authored Jun 19, 2024
1 parent 83cdceb commit af5389d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: 3.10
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install -e .[dev] --no-cache-dir
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Install dependencies
run: |
pip install --upgrade setuptools wheel twine build
Expand Down

0 comments on commit af5389d

Please sign in to comment.