diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a2c3968..f8aaf98 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -40,14 +40,14 @@ jobs: - name: Publish on PyPI if: github.event.inputs.target == 'pypi' || (github.event_name == 'release' && github.event.action == 'published') - uses: pypa/gh-action-pypi-publish@v1.5.1 + uses: pypa/gh-action-pypi-publish@v1.5.2 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} - name: Publish on TestPyPI if: github.event.inputs.target == 'testpypi' || (github.event_name == 'release' && github.event.action == 'published') - uses: pypa/gh-action-pypi-publish@v1.5.1 + uses: pypa/gh-action-pypi-publish@v1.5.2 with: user: __token__ password: ${{ secrets.TEST_PYPI_API_TOKEN }}