mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-09 10:23:35 -05:00
Upgrade metadata in the Dockerfile definition
This commit is contained in:
parent
9637f0b197
commit
0bc3d275be
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
FROM python:3.7-slim
|
FROM python:3.7-slim
|
||||||
|
|
||||||
LABEL "maintainer"="Sviatoslav Sydorenko <wk+re-actors@sydorenko.org.ua>"
|
LABEL "maintainer"="Sviatoslav Sydorenko <wk+re-actors@sydorenko.org.ua>"
|
||||||
LABEL "repository"="https://github.com/re-actors/pypi-action"
|
LABEL "repository"="https://github.com/re-actors/gh-action-pypi-publish"
|
||||||
LABEL "homepage"="https://github.com/re-actors/pypi-action"
|
LABEL "homepage"="https://github.com/re-actors/gh-action-pypi-publish"
|
||||||
|
|
||||||
LABEL "com.github.actions.name"="pypi-action"
|
LABEL "com.github.actions.name"="pypi-publish"
|
||||||
LABEL "com.github.actions.description"="Upload Python distribution packages to PyPI"
|
LABEL "com.github.actions.description"="Upload Python distribution packages to PyPI"
|
||||||
LABEL "com.github.actions.icon"="upload-cloud"
|
LABEL "com.github.actions.icon"="upload-cloud"
|
||||||
LABEL "com.github.actions.color"="yellow"
|
LABEL "com.github.actions.color"="yellow"
|
||||||
|
|
Loading…
Reference in a new issue