Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbilge committed Jun 17, 2024
1 parent 2916431 commit 65d9172
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
package_version:
description: "The version used to publish to the registry."
required: true
# test_pypi: "Parameter to publish the package to Test PyPI when set to 'true', and to publish to official Pypi when set to 'false'."
# required: true
test_pypi: "Parameter to publish the package to Test PyPI when set to 'true', and to publish to official Pypi when set to 'false'."
required: true

jobs:

Expand Down Expand Up @@ -61,9 +61,9 @@ jobs:
- name: Download dist content
uses: actions/download-artifact@v4

# - name: Test the publish-package action
# uses: ghga-de/gh-action-pypi/publish-package@v1.0.2
# with:
# test_pypi_api_token: ${{ secrets.TEST_PYPI_API_TOKEN }}
# pypi_api_token: ${{ secrets.PYPI_API_TOKEN }}
# test_pypi: ${{ inputs.test_pypi }}
- name: Test the publish-package action
uses: ghga-de/gh-action-pypi/publish-package@v1.0.2
with:
test_pypi_api_token: ${{ secrets.TEST_PYPI_API_TOKEN }}
pypi_api_token: ${{ secrets.PYPI_API_TOKEN }}
test_pypi: ${{ inputs.test_pypi }}

0 comments on commit 65d9172

Please sign in to comment.