From e08d21f2b116ee7742edd6260417704a365c54bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20BEAU?= Date: Sat, 8 Oct 2022 11:56:38 +0200 Subject: [PATCH] wipp --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e637d58..7d562b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: jobs: deploy: runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags') + #if: startsWith(github.ref, 'refs/tags') steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 @@ -20,5 +20,4 @@ jobs: - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - user: __token__ - password: ${{ secrets.pypi_token }} + password: ${{ secrets.PYPI_API_TOKEN }}