Skip to content

Commit

Permalink
ci: Temporarily downgrade conda publish action as it is not able to b…
Browse files Browse the repository at this point in the history
…uild itself.
  • Loading branch information
mturoci committed Oct 9, 2023
1 parent b298f21 commit a476d7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish to Conda
uses: amauryval/publish_conda_package_action@2.0.3
uses: amauryval/publish_conda_package_action@1.1.0
with:
CondaDir: 'py/h2o_wave/conda'
Platforms: 'noarch'
CondaUsername: ${{ secrets.CONDA_USERNAME }}
CondaPassword: ${{ secrets.CONDA_PASSWORD }}
env:
Expand Down

0 comments on commit a476d7d

Please sign in to comment.