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 21ffeac commit f3ebf87Copy full SHA for f3ebf87
Dockerfile
@@ -1,8 +1,8 @@
1
FROM python:3.7-slim
2
3
-LABEL "maintainer"="Sviatoslav Sydorenko <wk+re-actors@sydorenko.org.ua>"
4
-LABEL "repository"="https://github.com/re-actors/gh-action-pypi-publish"
5
-LABEL "homepage"="https://github.com/re-actors/gh-action-pypi-publish"
+LABEL "maintainer" "Sviatoslav Sydorenko <wk+pypa@sydorenko.org.ua>"
+LABEL "repository" "https://github.com/pypa/gh-action-pypi-publish"
+LABEL "homepage" "https://github.com/pypa/gh-action-pypi-publish"
6
7
ENV PYTHONDONTWRITEBYTECODE 1
8
ENV PYTHONUNBUFFERED 1
0 commit comments