mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -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:
|
||||
vmImage: 'Ubuntu-latest'
|
||||
|
||||
steps:
|
||||
- script: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install python3-setuptools
|
||||
displayName: 'Install setuptools'
|
||||
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: '3.x'
|
||||
architecture: 'x64'
|
||||
|
||||
- script: python setup.py sdist
|
||||
- script: |
|
||||
python -m pip install setuptools
|
||||
python setup.py sdist
|
||||
displayName: 'Build sdist'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue