Skip to content

Commit

Permalink
Merge pull request #2 from arvindrajan92/bug-fix-1
Browse files Browse the repository at this point in the history
Big fix in publish.yaml
  • Loading branch information
arvindrajan92 authored Mar 17, 2024
2 parents 6150ea2 + c2c5149 commit 305d493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
ppython -m pip install .[dev]
python -m pip install .[dev]
- name: Build package
run: python setup.py sdist bdist_wheel
- name: Publish package
Expand Down

0 comments on commit 305d493

Please sign in to comment.