diff --git a/.github/workflows/release_github.yaml b/.github/workflows/release_github.yaml index 814c5fd..6a4736f 100644 --- a/.github/workflows/release_github.yaml +++ b/.github/workflows/release_github.yaml @@ -3,7 +3,7 @@ # creation wheel and sdist package archives. Then the draft GitHub release is # created with attached built python package archives. -name: Create release +name: Create GitHub draft release on: push: diff --git a/.github/workflows/release_pypi.yaml b/.github/workflows/release_pypi.yaml index 727a7af..62eb24e 100644 --- a/.github/workflows/release_pypi.yaml +++ b/.github/workflows/release_pypi.yaml @@ -1,4 +1,4 @@ -name: Release +name: Publish release to PyPI on: release: @@ -56,6 +56,4 @@ jobs: - name: Publish distribution to PyPI uses: pypa/gh-action-pypi-publish@v1.10.3 with: - repository-url: https://test.pypi.org/legacy/ - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - # password: ${{ secrets.PYPI_API_TOKEN }} + password: ${{ secrets.PYPI_API_TOKEN }}