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

Relaxed mode with "ignore_errors" option #201

Merged
merged 10 commits into from
Dec 15, 2022

Conversation

kavitharaju
Copy link
Collaborator

This PR includes

{  "w": "verse",
    "attributes": [ { "lemma": "gloassary entry"} ],
    "closing": "\\w*"   }

After:

{  "w": "verse",
    "attributes": [ { "lemma": "gloassary entry"} ],
    "closing": "w*"   }
  • A new gitactions workflow to do test publishing on test.pypi
  • Ignoring a long file that takes more than 30s to convert to dict
  • Version number change for next publishing on PyPi

@kavitharaju kavitharaju added this to the 2022 Year end release milestone Dec 15, 2022
@kavitharaju kavitharaju requested a review from joelthe1 December 15, 2022 08:42
@kavitharaju kavitharaju self-assigned this Dec 15, 2022
@joelthe1 joelthe1 merged commit a08b2ae into Bridgeconn:version-3 Dec 15, 2022
@kavitharaju kavitharaju deleted the dev branch January 2, 2023 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants