mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 20:20:42 +00:00
fix pypi publishing
This commit is contained in:
parent
9a3e1366c8
commit
13ffd3450c
@ -167,7 +167,7 @@ local PipelineBuildPackage = {
|
|||||||
commands: [
|
commands: [
|
||||||
'git fetch -tq',
|
'git fetch -tq',
|
||||||
'pip install poetry poetry-dynamic-versioning -qq',
|
'pip install poetry poetry-dynamic-versioning -qq',
|
||||||
'poetry publish --build',
|
'poetry publish -n',
|
||||||
],
|
],
|
||||||
environment: {
|
environment: {
|
||||||
POETRY_HTTP_BASIC_PYPI_USERNAME: { from_secret: 'pypi_username' },
|
POETRY_HTTP_BASIC_PYPI_USERNAME: { from_secret: 'pypi_username' },
|
||||||
|
@ -191,7 +191,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- git fetch -tq
|
- git fetch -tq
|
||||||
- pip install poetry poetry-dynamic-versioning -qq
|
- pip install poetry poetry-dynamic-versioning -qq
|
||||||
- poetry publish --build
|
- poetry publish -n
|
||||||
environment:
|
environment:
|
||||||
POETRY_HTTP_BASIC_PYPI_PASSWORD:
|
POETRY_HTTP_BASIC_PYPI_PASSWORD:
|
||||||
from_secret: pypi_password
|
from_secret: pypi_password
|
||||||
@ -664,6 +664,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 97c4c2ccaed65fc776fe84a4c5f5008123f526ce587c03c93d2c89eb27b66d49
|
hmac: ec746347e8432fc5cf3c2212db67ac15975ab6d9e7c8a4e2311ae0094d00c549
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user