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 534d39f commit aa9021dCopy full SHA for aa9021d
β.github/workflows/release-staging.ymlβ
@@ -33,6 +33,8 @@ jobs:
33
secrets:
34
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
35
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
36
+ PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
37
+ TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
38
39
# Summary job to report results
40
staging-summary:
β.github/workflows/release.ymlβ
@@ -70,6 +70,8 @@ jobs:
70
71
72
73
74
75
76
77
release-summary:
0 commit comments