Skip to content

Commit

Permalink
ci(deploy-bundle): add repository_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Dec 22, 2024
1 parent 4d72bb2 commit 2c86a4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ jobs:
if: ( github.event.inputs.PYPI_RELEASE_TYPE == 'Official' && inputs.DRY_RUN == false )
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
repository_name: ${{ env.IMAGE_NAME }}

# #
# Release › Pypi › Publish (Test)
Expand All @@ -227,6 +228,7 @@ jobs:
if: ( github.event.inputs.PYPI_RELEASE_TYPE == 'Test' && inputs.DRY_RUN == false )
with:
pypi_token: ${{ secrets.PYPI_API_TEST_TOKEN }}
repository_name: ${{ env.IMAGE_NAME }}
repository_url: "https://test.pypi.org/legacy/"

# #
Expand Down

0 comments on commit 2c86a4e

Please sign in to comment.