Skip to content

Commit

Permalink
Update publish-ryvencore-qt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-thomm authored Sep 20, 2023
1 parent 36b0d86 commit eb3d523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-ryvencore-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Publish distribution to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
password: ${{ secrets.GH_AC_RCQT_TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
packages-dir: ryvencore-qt/dist/
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.GH_AC_RCQT_PYPI_API_TOKEN }}
packages-dir: ryvencore-qt/dist/

0 comments on commit eb3d523

Please sign in to comment.