mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-03-09 22:38:03 +03:00
Fix sdist build for publishing (#836)
This commit is contained in:
parent
704e36a642
commit
15400dea7d
4
.github/workflows/publishing.yml
vendored
4
.github/workflows/publishing.yml
vendored
|
@ -47,8 +47,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: 3.13
|
python-version: 3.13
|
||||||
- run: |
|
- run: |
|
||||||
python -m pip install --upgrade pip setuptools
|
python -m pip install --upgrade build
|
||||||
python setup.py sdist
|
python -m build --sdist
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: ./dist/*
|
path: ./dist/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user