diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index ab9d727..19d5773 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -28,8 +28,6 @@ jobs: OSS_ACCESS_KEY_SECRET: ${{ secrets.OSS_ACCESS_KEY_SECRET }} shell: pwsh run: . ./helper/test.ps1 - # - name: Deploy - # run: twine upload dist/*.whl -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }} - uses: codecov/codecov-action@v3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file diff --git a/helper/local_build.ps1 b/helper/conda/build_if_conda.ps1 similarity index 100% rename from helper/local_build.ps1 rename to helper/conda/build_if_conda.ps1 diff --git a/helper/local_test.ps1 b/helper/conda/test_if_conda.ps1 similarity index 100% rename from helper/local_test.ps1 rename to helper/conda/test_if_conda.ps1