diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index daaf86b..34c49e5 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -115,30 +115,30 @@ jobs: - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - publish-to-testpypi: - name: Publish Python 🐍 distribution 📦 to TestPyPI + # publish-to-testpypi: + # name: Publish Python 🐍 distribution 📦 to TestPyPI - if: github.repository_owner == 'Friskes' && github.event_name == 'push' + # if: github.repository_owner == 'Friskes' && github.event_name == 'push' - needs: - - build - runs-on: ubuntu-latest + # needs: + # - build + # runs-on: ubuntu-latest - environment: - name: testpypi - url: https://test.pypi.org/p/drf-spectacular-websocket + # environment: + # name: testpypi + # url: https://test.pypi.org/p/drf-spectacular-websocket - permissions: - id-token: write + # permissions: + # id-token: write - steps: - - name: Download all the dists - uses: actions/download-artifact@v4 - with: - name: python-package-distributions - path: dist/ + # steps: + # - name: Download all the dists + # uses: actions/download-artifact@v4 + # with: + # name: python-package-distributions + # path: dist/ - - name: Publish distribution 📦 to TestPyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ + # - name: Publish distribution 📦 to TestPyPI + # uses: pypa/gh-action-pypi-publish@release/v1 + # with: + # repository-url: https://test.pypi.org/legacy/