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 4d72bb2 commit 2c86a4eCopy full SHA for 2c86a4e
.github/workflows/deploy-bundle.yml
@@ -216,6 +216,7 @@ jobs:
216
if: ( github.event.inputs.PYPI_RELEASE_TYPE == 'Official' && inputs.DRY_RUN == false )
217
with:
218
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
219
+ repository_name: ${{ env.IMAGE_NAME }}
220
221
# #
222
# Release › Pypi › Publish (Test)
@@ -227,6 +228,7 @@ jobs:
227
228
if: ( github.event.inputs.PYPI_RELEASE_TYPE == 'Test' && inputs.DRY_RUN == false )
229
230
pypi_token: ${{ secrets.PYPI_API_TEST_TOKEN }}
231
232
repository_url: "https://test.pypi.org/legacy/"
233
234
0 commit comments