We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9637f0b commit 0bc3d27Copy full SHA for 0bc3d27
Dockerfile
@@ -1,10 +1,10 @@
1
FROM python:3.7-slim
2
3
LABEL "maintainer"="Sviatoslav Sydorenko <[email protected]>"
4
-LABEL "repository"="https://github.com/re-actors/pypi-action"
5
-LABEL "homepage"="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/gh-action-pypi-publish"
6
7
-LABEL "com.github.actions.name"="pypi-action"
+LABEL "com.github.actions.name"="pypi-publish"
8
LABEL "com.github.actions.description"="Upload Python distribution packages to PyPI"
9
LABEL "com.github.actions.icon"="upload-cloud"
10
LABEL "com.github.actions.color"="yellow"
0 commit comments