Skip to content

Commit

Permalink
Update publish-ryven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-thomm authored Sep 20, 2023
1 parent faf6ace commit 4103e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-ryven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
working-directory: ./ryven-editor
packages-dir: ryven-editor/dist/
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}
working-directory: ./ryven-editor
packages-dir: ryven-editor/dist/

0 comments on commit 4103e6d

Please sign in to comment.