diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index 1c1aceb0..5dc5c257 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -90,17 +90,17 @@ jobs: needs: [build-sdist, build-wheels, build-wheels-linux-aarch64] runs-on: ubuntu-22.04 steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: artifact path: dist - - uses: pypa/gh-action-pypi-publish@master + - uses: pypa/gh-action-pypi-publish@release/v1 with: -# user: __token__ -# password: ${{ secrets.PYPI_API_TOKEN }} - # For publishing to Test PyPI, uncomment next two lines: - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ + user: __token__ + password: ${{ secrets.PYPI_API_TOKEN }} +# For publishing to Test PyPI, uncomment next two lines: +# password: ${{ secrets.TEST_PYPI_API_TOKEN }} +# repository_url: https://test.pypi.org/legacy/ publish-docs: name: Publish docs diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 74dd0107..dca57ef4 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -11,7 +11,8 @@ Development version ------------------- - Add support of Python 3.11. - Update CI/CD to use Ubuntu 22.04. -- Update CI/CD to ``actions/checkout@v3``, ``actions/setup-python@v4``, ``actions/upload-artifact@v3``, and ``pypa/cibuildwheel@v2.11.3``. +- Update CI/CD to ``actions/checkout@v3``, ``actions/setup-python@v4``, ``actions/upload-artifact@v3``, ``pypa/cibuildwheel@v2.11.3``, + and ``actions/download-artifact@v3``. - Regenerate C sources using Cython 0.29.32. 4.40.0