Skip to content

Commit

Permalink
fix: ci formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Grose committed Jan 16, 2023
1 parent 4032b40 commit 44d434f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ jobs:
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}
- name: upload all files to conda-forge
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
anaconda upload --label main conda/*/*.tar.bz2

0 comments on commit 44d434f

Please sign in to comment.