From 7693656c21c6e0c527f8cf973fcd1db8fc66b507 Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Tue, 25 Aug 2020 12:08:29 +0200 Subject: [PATCH] Fix deployment in CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c9ec5c5f9..de5002923 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -125,7 +125,7 @@ jobs: - name: Build the wheel run: python setup.py sdist bdist_wheel - name: Publish to PyPI - uses: pypa/gh-actions-pypi-publish@master + uses: pypa/gh-action-pypi-publish@master with: user: __token__ password: ${{ secrets.PYPI_TOKEN }}