Skip to content

Commit

Permalink
ci: Rename PyPi tokens. #1796
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Feb 24, 2023
1 parent 2242f77 commit 7e0fd86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-lightwave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
packages_dir: py/h2o_lightwave/dist
password: ${{ secrets.PYPI_WAVELITE_TOKEN }}
password: ${{ secrets.PYPI_LIGTHWAVE_TOKEN }}

- name: Publish to PyPI - lightwave_web
uses: pypa/gh-action-pypi-publish@master
with:
packages_dir: py/h2o_lightwave_web/dist
password: ${{ secrets.PYPI_WAVELITE_WEB_TOKEN }}
password: ${{ secrets.PYPI_LIGTHWAVE_WEB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/release-wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
packages_dir: py/h2o_lightwave/dist
password: ${{ secrets.PYPI_WAVELITE_TOKEN }}
password: ${{ secrets.PYPI_LIGTHWAVE_TOKEN }}

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

0 comments on commit 7e0fd86

Please sign in to comment.