Update actions/download-artifact@v3 and pypa/gh-action-pypi-publish@release/v1

This commit is contained in:
Roman Mogylatov 2022-12-18 21:00:07 -05:00
parent 2ca2420486
commit d3b316d3d8
2 changed files with 9 additions and 8 deletions

View File

@ -90,17 +90,17 @@ jobs:
needs: [build-sdist, build-wheels, build-wheels-linux-aarch64] needs: [build-sdist, build-wheels, build-wheels-linux-aarch64]
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- uses: actions/download-artifact@v2 - uses: actions/download-artifact@v3
with: with:
name: artifact name: artifact
path: dist path: dist
- uses: pypa/gh-action-pypi-publish@master - uses: pypa/gh-action-pypi-publish@release/v1
with: with:
# user: __token__ user: __token__
# password: ${{ secrets.PYPI_API_TOKEN }} password: ${{ secrets.PYPI_API_TOKEN }}
# For publishing to Test PyPI, uncomment next two lines: # For publishing to Test PyPI, uncomment next two lines:
password: ${{ secrets.TEST_PYPI_API_TOKEN }} # password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/ # repository_url: https://test.pypi.org/legacy/
publish-docs: publish-docs:
name: Publish docs name: Publish docs

View File

@ -11,7 +11,8 @@ Development version
------------------- -------------------
- Add support of Python 3.11. - Add support of Python 3.11.
- Update CI/CD to use Ubuntu 22.04. - 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. - Regenerate C sources using Cython 0.29.32.
4.40.0 4.40.0