diff --git a/.github/workflows/entrypoint_release.yml b/.github/workflows/entrypoint_release.yml index 57bbe76b..f290f02f 100644 --- a/.github/workflows/entrypoint_release.yml +++ b/.github/workflows/entrypoint_release.yml @@ -32,10 +32,10 @@ jobs: run : python setup.py clean test - name: Build Exegol release run: python -m build --sdist --outdir dist/ . - - name: Publish distribution 📦 to Test PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ - skip-existing: true + #- name: Publish distribution 📦 to Test PyPI + # uses: pypa/gh-action-pypi-publish@release/v1 + # with: + # repository-url: https://test.pypi.org/legacy/ + # skip-existing: true - name: Publish distribution 📦 to PyPI (prod) uses: pypa/gh-action-pypi-publish@release/v1