diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 343b4f8..eb15492 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -8,6 +8,9 @@ on: jobs: release: runs-on: ubuntu-latest + defaults: + run: + shell: bash -l {0} if: github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v2 @@ -43,6 +46,5 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ + password: ${{ secrets.PYPI_API_TOKEN }} verbose: true