mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-16 19:40:59 +03:00
Update actions/upload-artifact@v3
This commit is contained in:
parent
5e0fd25b5d
commit
2d1562d536
2
.github/workflows/publishing.yml
vendored
2
.github/workflows/publishing.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
with:
|
||||
python-version: 3.11
|
||||
- run: python setup.py sdist
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: ./dist/*
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ Development version
|
|||
-------------------
|
||||
- Add support of Python 3.11.
|
||||
- Update CI/CD to use Ubuntu 22.04.
|
||||
- Update CI/CD to ``actions/checkout@v3`` and ``actions/setup-python@v4``.
|
||||
- Update CI/CD to ``actions/checkout@v3``, ``actions/setup-python@v4``, ``actions/upload-artifact@v3``, and ``pypa/cibuildwheel@v2.11.3``.
|
||||
- Regenerate C sources using Cython 0.29.32.
|
||||
|
||||
4.40.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user