commit 1eea1be871d809ec6e471b9de2f1a63b11b988fc parent ac986a7a717d667dfbbbccf16c76312673a822f7 Author: Árni Dagur <agudmundsson@fc-md.umd.edu> Date: Sun, 26 Apr 2020 00:38:21 -0400 Do not upload to Test PyPi unconditionally Diffstat:
| M | .github/workflows/ci.yml | | | 5 | ----- |
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -134,11 +134,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Test PyPi publish - env: - MATURIN_PASSWORD: ${{ secrets.TEST_PYPI }} - run: poetry run maturin publish -r "https://test.pypi.org/legacy/" --interpreter python${{matrix.python_version}} --username __token__ - - name: PyPi publish if: startsWith(github.ref, 'refs/tags/') env: