You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace if statements with ${{ vars.PYPI_TARGET }}, defined in
GHA environments, to select the target PyPI repository when publishing
packages.
Relates to #467
Implements #466
This will allow clean separation between pypi and test-pypi and reuse workflow code for publishing (instead of using if statements).
More context:
#418 (comment)
The text was updated successfully, but these errors were encountered: