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:
|
||||
python-version: 3.13
|
||||
- run: |
|
||||
python -m pip install --upgrade pip setuptools
|
||||
python setup.py sdist
|
||||
python -m pip install --upgrade build
|
||||
python -m build --sdist
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: ./dist/*
|
||||
|
|
Loading…
Reference in New Issue
Block a user