Skip to content

Commit

Permalink
chore: Replace testpypi with pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixS90 committed Jul 27, 2024
1 parent b501284 commit 3450915
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,8 @@ jobs:
needs.CodeQualityAnalysis-Test.result == 'success' &&
needs.CodeQualityAnalysis-Test.outputs.pypi_released == 'true'
environment:
# TODO: Only for testing purposes
# name: pypi
# url: https://pypi.org/project/pylibCZIrw/${{needs.CodeQualityAnalysis-Test.outputs.pypi_version}}
name: testpypi
url: https://test.pypi.org/p/pylibCZIrw/${{needs.CodeQualityAnalysis-Test.outputs.pypi_version}}
name: pypi
url: https://pypi.org/project/pylibCZIrw/${{needs.CodeQualityAnalysis-Test.outputs.pypi_version}}
steps:
- name: Download Wheels and Source Distribution
uses: actions/[email protected]
Expand All @@ -278,8 +275,6 @@ jobs:
# More info on trusted publishing: https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/
uses: pypa/gh-action-pypi-publish@release/v1
with:
# TODO: Only for testing purposes (remove repository-url to push to PyPI)
repository-url: https://test.pypi.org/legacy/
# Basically runs twine check
verify-metadata: true
Tag:
Expand Down

0 comments on commit 3450915

Please sign in to comment.