Skip to content

Commit

Permalink
chore: Uncomment pypi and conda publish steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Jan 7, 2025
1 parent 823e701 commit a07144a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/release-wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,22 +87,22 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# - name: Publish to Conda
# uses: marek-mihok/[email protected]
# with:
# CondaDir: "py/h2o_wave/conda"
# Platforms: "noarch"
# CondaUsername: ${{ secrets.CONDA_USERNAME }}
# CondaPassword: ${{ secrets.CONDA_PASSWORD }}
# env:
# # VERSION clashes with conda build. Use PKG_VERSION instead.
# PKG_VERSION: ${{ env.VERSION }}

# - name: Publish to PyPI
# uses: pypa/gh-action-pypi-publish@master
# with:
# packages_dir: py/h2o_wave/dist
# password: ${{ secrets.PYPI_API_TOKEN }}
- name: Publish to Conda
uses: marek-mihok/[email protected]
with:
CondaDir: "py/h2o_wave/conda"
Platforms: "noarch"
CondaUsername: ${{ secrets.CONDA_USERNAME }}
CondaPassword: ${{ secrets.CONDA_PASSWORD }}
env:
# VERSION clashes with conda build. Use PKG_VERSION instead.
PKG_VERSION: ${{ env.VERSION }}

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
packages_dir: py/h2o_wave/dist
password: ${{ secrets.PYPI_API_TOKEN }}

- name: Configure HAIC AWS Credentials
uses: aws-actions/configure-aws-credentials@v3
Expand Down

0 comments on commit a07144a

Please sign in to comment.