mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
fix setuptools in publish
This commit is contained in:
parent
3c2e3c1dbc
commit
d876a4c1e1
1 changed files with 4 additions and 8 deletions
|
@ -62,16 +62,12 @@ jobs:
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'Ubuntu-latest'
|
vmImage: 'Ubuntu-latest'
|
||||||
|
|
||||||
steps:
|
|
||||||
- script: |
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install python3-setuptools
|
|
||||||
displayName: 'Install setuptools'
|
|
||||||
|
|
||||||
- task: UsePythonVersion@0
|
- task: UsePythonVersion@0
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: '3.x'
|
versionSpec: '3.x'
|
||||||
architecture: 'x64'
|
architecture: 'x64'
|
||||||
|
|
||||||
- script: python setup.py sdist
|
- script: |
|
||||||
|
python -m pip install setuptools
|
||||||
|
python setup.py sdist
|
||||||
displayName: 'Build sdist'
|
displayName: 'Build sdist'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue