mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-23 01:56:58 +03:00
Update actions/download-artifact@v3 and pypa/gh-action-pypi-publish@release/v1
This commit is contained in:
parent
2ca2420486
commit
d3b316d3d8
14
.github/workflows/publishing.yml
vendored
14
.github/workflows/publishing.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user