mirror of
https://github.com/KevinMidboe/delugeClient.git
synced 2025-10-29 12:00:13 +00:00
test step indentation fking with lint
This commit is contained in:
@@ -57,7 +57,7 @@ steps:
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: publish package to PyPi
|
name: Publish package to PyPi
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
@@ -72,7 +72,7 @@ steps:
|
|||||||
- pipenv install twine
|
- pipenv install twine
|
||||||
- pipenv run twine upload --repository delugeClient-kevin dist/*
|
- pipenv run twine upload --repository delugeClient-kevin dist/*
|
||||||
|
|
||||||
- name: Test PyPi publish
|
- name: PyPi publish
|
||||||
image: python:3.10
|
image: python:3.10
|
||||||
commands:
|
commands:
|
||||||
- make dist
|
- make dist
|
||||||
|
|||||||
Reference in New Issue
Block a user