mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-12-01 22:14:04 +03:00
Fix windows builds
This commit is contained in:
parent
7db553a355
commit
210f8bd25e
4
.github/workflows/publishing.yml
vendored
4
.github/workflows/publishing.yml
vendored
|
@ -39,6 +39,10 @@ jobs:
|
|||
with:
|
||||
python-version: 3.9
|
||||
- run: pip install cibuildwheel==1.8.0
|
||||
- name: Install Visual C++ for Python 2.7 on Windows
|
||||
if: runner.os == 'Windows'
|
||||
run: |
|
||||
choco install vcpython27 -f -y
|
||||
- run: cibuildwheel --output-dir wheelhouse
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Top-level package."""
|
||||
|
||||
__version__ = '4.10.3dev2'
|
||||
__version__ = '4.10.3dev3'
|
||||
"""Version number.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user