diff options
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: |
