diff --git a/.github/workflows/deploy-job.yml b/.github/workflows/deploy-job.yml index 0882600..bcc5aa6 100644 --- a/.github/workflows/deploy-job.yml +++ b/.github/workflows/deploy-job.yml @@ -55,7 +55,6 @@ jobs: deploy: runs-on: ubuntu-latest needs: test - if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v3 - name: Download artifacts @@ -63,3 +62,8 @@ jobs: with: name: built-artifacts path: dist + - name: Publish package to Tet PyPI + uses: pypa/gh-action-pypi-publish@release/v1 + with: + password: ${{ secrets.TEST_PYPI_API_TOKEN }} + repository-url: https://test.pypi.org/legacy/