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 65d9172 commit b9a7a93
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
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 b9a7a93

Please # to comment.