fix: making pipeline work.
This commit is contained in:
parent
30ade13aae
commit
5b462cd39f
2 changed files with 5 additions and 2 deletions
|
@ -26,8 +26,8 @@ build:
|
|||
- job: gitversion
|
||||
artifacts: true
|
||||
script:
|
||||
- sed -i "s/^__version__ = .*/__version__ = \"${GitVersion_MajorMinorPatch}\"/" src/PyPiUpdateCheck/__init__.py
|
||||
- cat src/PyPiUpdateCheck/__init__.py
|
||||
- sed -i "s/^__version__ = .*/__version__ = \"${GitVersion_MajorMinorPatch}\"/" src/PyPiUpdater/__init__.py
|
||||
- cat src/PyPiUpdater/__init__.py
|
||||
- python3 -m pip install build
|
||||
- python3 -m build
|
||||
artifacts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue