Skip to content

Commit

Permalink
Fix yaml comment indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
kunikachandra committed Mar 6, 2024
1 parent faa47e4 commit 3d37ed4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
# scipy dependencies
# scipy dependencies
sudo apt-get install -y libopenblas-dev

python -m pip install --upgrade pip
pip install build
- name: Build package
Expand All @@ -40,4 +39,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 3d37ed4

Please sign in to comment.