From 6c8c3ccfb0044e8bb60358ba451dca10075e1cdf Mon Sep 17 00:00:00 2001 From: Gabriele Roeger Date: Wed, 18 Dec 2024 09:16:53 +0100 Subject: [PATCH] uncomment workflow step --- .github/workflows/main.yml | 56 +++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fbaca05..d2c373e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -132,31 +132,31 @@ jobs: $env:PIP_FIND_LINKS='${{ github.workspace }}\dist'; tox -e unified-planning - deploy-pypi: - runs-on: ubuntu-latest - needs: [run-tox-test, run-tox-test-windows] - if: github.ref == 'refs/heads/main' # We only deploy on master commits - - steps: - - uses: actions/download-artifact@master - with: - name: cibw-wheels-ubuntu-latest - path: dist - - - uses: actions/download-artifact@master - with: - name: cibw-wheels-windows-latest - path: dist - - - uses: actions/download-artifact@master - with: - name: cibw-wheels-macos-13 - path: dist - - - run: ls dist - - - name: Upload to PyPI - uses: pypa/gh-action-pypi-publish@master - with: - user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} +# deploy-pypi: +# runs-on: ubuntu-latest +# needs: [run-tox-test, run-tox-test-windows] +# if: github.ref == 'refs/heads/main' # We only deploy on master commits +# +# steps: +# - uses: actions/download-artifact@master +# with: +# name: cibw-wheels-ubuntu-latest +# path: dist +# +# - uses: actions/download-artifact@master +# with: +# name: cibw-wheels-windows-latest +# path: dist +# +# - uses: actions/download-artifact@master +# with: +# name: cibw-wheels-macos-13 +# path: dist +# +# - run: ls dist +# +# - name: Upload to PyPI +# uses: pypa/gh-action-pypi-publish@master +# with: +# user: __token__ +# password: ${{ secrets.PYPI_API_TOKEN }}