-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Uncomment pypi and conda publish steps.
- Loading branch information
Showing
1 changed file
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|