From d11744add729022d73152b3395bd3d81578a9e3d Mon Sep 17 00:00:00 2001 From: liadomide Date: Thu, 4 Apr 2024 09:18:31 +0300 Subject: [PATCH] EBR-40 Temp build always --- .github/workflows/wheels.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 14f716d..f222321 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -1,8 +1,6 @@ name: Build -on: - release: - types: [published] +on: push jobs: build_wheels: @@ -56,8 +54,8 @@ jobs: name: artifact path: dist - - uses: pypa/gh-action-pypi-publish@v1.5.0 - with: - user: ${{ secrets.PYPI_USER }} - password: ${{ secrets.PYPI_PASSWORD }} +# - uses: pypa/gh-action-pypi-publish@v1.5.0 +# with: +# user: ${{ secrets.PYPI_USER }} +# password: ${{ secrets.PYPI_PASSWORD }} # repository_url: https://test.pypi.org/legacy/