Skip to content

Commit

Permalink
don't publish to TestPyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-thomm committed May 20, 2024
1 parent cbe3b02 commit 8a1c52f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish-ryven.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Ryven wheel to TestPyPi and PyPi
name: Publish Ryven wheel to PyPi
on:
create:
tags:
Expand All @@ -18,12 +18,12 @@ jobs:
- name: Build binary wheel and source tarball
run: python -m build --sdist --wheel --outdir dist/
working-directory: ./ryven-editor
- name: Publish distribution to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.GH_AC_RYVEN_TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
packages-dir: ryven-editor/dist/
# - name: Publish distribution to TestPyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# password: ${{ secrets.GH_AC_RYVEN_TEST_PYPI_API_TOKEN }}
# repository-url: https://test.pypi.org/legacy/
# packages-dir: ryven-editor/dist/
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/publish-ryvencore-qt.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish ryvencore-qt wheel to TestPyPi and PyPi
name: Publish ryvencore-qt wheel to PyPi
on:
create:
tags:
Expand All @@ -18,12 +18,12 @@ jobs:
- name: Build binary wheel and source tarball
run: python -m build --sdist --wheel --outdir dist/
working-directory: ./ryvencore-qt
- name: Publish distribution to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
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 TestPyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# 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:
Expand Down

0 comments on commit 8a1c52f

Please sign in to comment.