diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd18e37..c365e43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,11 +84,12 @@ jobs: python -m pip install --upgrade pip build twine - name: Build package run: python -m build - - name: Publish to PyPI + - name: Publish to TestPyPI uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} + password: ${{ secrets.TEST_PYPI_API_TOKEN }} + repository_url: https://test.pypi.org/legacy/ - name: Create GitHub Release id: create_release uses: actions/create-release@v1