diff options
| author | Árni Dagur <agudmundsson@fc-md.umd.edu> | 2020-04-26 00:38:21 -0400 |
|---|---|---|
| committer | Árni Dagur <agudmundsson@fc-md.umd.edu> | 2020-04-26 00:38:21 -0400 |
| commit | 1eea1be871d809ec6e471b9de2f1a63b11b988fc (patch) | |
| tree | f3c13d3a62c5b48125e297521ff7721ecdc2ca3e /.github | |
| parent | ac986a7a717d667dfbbbccf16c76312673a822f7 (diff) | |
Do not upload to Test PyPi unconditionally
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56505c0..5f2ef74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml | |||
| @@ -134,11 +134,6 @@ jobs: | |||
| 134 | env: | 134 | env: |
| 135 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | 135 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
| 136 | 136 | ||
| 137 | - name: Test PyPi publish | ||
| 138 | env: | ||
| 139 | MATURIN_PASSWORD: ${{ secrets.TEST_PYPI }} | ||
| 140 | run: poetry run maturin publish -r "https://test.pypi.org/legacy/" --interpreter python${{matrix.python_version}} --username __token__ | ||
| 141 | |||
| 142 | - name: PyPi publish | 137 | - name: PyPi publish |
| 143 | if: startsWith(github.ref, 'refs/tags/') | 138 | if: startsWith(github.ref, 'refs/tags/') |
| 144 | env: | 139 | env: |
