Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Reuter committed Jan 15, 2024
1 parent 6de583a commit 08103fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def from_connector_context(connector_context: ConnectorContext) -> "PyPIPublishC
ci_gcs_credentials=connector_context.ci_gcs_credentials,
)
pypi_context.dagger_client = connector_context.dagger_client
return pypi_context


class PublishToPyPI(Step):
Expand Down

0 comments on commit 08103fc

Please sign in to comment.