From e13858bdd6e42656685ffe28586237e7eeb4d66d Mon Sep 17 00:00:00 2001 From: AngRodrigues Date: Thu, 9 Jan 2025 12:15:54 +1100 Subject: [PATCH] chore: enable debug mode to test pip build install --- .github/workflows/pypi.yml | 40 +++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 50e8d505..746a9659 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -21,23 +21,23 @@ jobs: name: dist path: ./dist/*.tar.gz - publish: - name: Publish wheels to pypi - runs-on: ubuntu-24.04 - permissions: - # IMPORTANT: this permission is mandatory for trusted publishing - id-token: write - needs: sdist - steps: - - uses: actions/download-artifact@v4 - with: - name: dist - path: dist - - name: copy to wheelhouse - run: | - # cp -r wheelhouse/*/*.whl dist - - uses: pypa/gh-action-pypi-publish@release/v1 - with: - skip-existing: true - verbose: true - packages-dir: dist/ \ No newline at end of file + # publish: + # name: Publish wheels to pypi + # runs-on: ubuntu-24.04 + # permissions: + # # IMPORTANT: this permission is mandatory for trusted publishing + # id-token: write + # needs: sdist + # steps: + # - uses: actions/download-artifact@v4 + # with: + # name: dist + # path: dist + # - name: copy to wheelhouse + # run: | + # # cp -r wheelhouse/*/*.whl dist + # - uses: pypa/gh-action-pypi-publish@release/v1 + # with: + # skip-existing: true + # verbose: true + # packages-dir: dist/ \ No newline at end of file