Skip to content

Commit

Permalink
adjust for test pypi publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Reuter committed Jan 18, 2024
1 parent 2069bbd commit 3c408df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async def from_publish_connector_context(connector_context: PublishConnectorCont

pypi_context = PyPIPublishContext(
pypi_token=os.environ["PYPI_TOKEN"],
registry="https://test.pypi.org/", # TODO: go live
registry="https://test.pypi.org/legacy/", # TODO: go live
package_path=str(connector_context.connector.code_directory),
package_name=current_metadata["remoteRegistries"]["pypi"]["packageName"],
version=current_metadata["dockerImageTag"],
Expand Down

0 comments on commit 3c408df

Please sign in to comment.