Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add organization id and project id as args #616

Merged
merged 2 commits into from
Feb 11, 2025
Merged

Conversation

logan-markewich
Copy link
Contributor

Added optional args that get added as query params for org and project id

Also fixed the deprecation print for parsing instruction

Comment on lines -39 to -40
poetry_version: ${{ env.POETRY_VERSION }}
python_version: ${{ env.PYTHON_VERSION }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why remove?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

causing publish error apparently

@@ -639,7 +662,7 @@ async def _create_job(
if self.page_suffix is not None:
data["page_suffix"] = self.page_suffix

if self.parsing_instruction is not None:
if self.parsing_instruction:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the default? empty str?

Copy link
Contributor Author

@logan-markewich logan-markewich Feb 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, and was causing this to print even though its technically unset

@logan-markewich logan-markewich merged commit c872617 into main Feb 11, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants