-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fix spacing in arxiv format (and the build workflow) #45
Conversation
The build checks seem to have failed due to a deprecated Ubuntu version, tried to fix that in a new commit (and also increased the Python 3 version). |
Apparently Python 2.7 is no longer supported in GitHub Actions either. Tried to fix the build by removing it and adding a few more Python 3 versions. |
Starting at Python 3.8 is probably fine. Thanks for these changes btw! |
Sorry, I am rather new to the workflows. I enabled them in my fork, and will try to make sure it works there first. |
Finally, the package is built successfully in my fork. (Still true with the next three commits.) |
Sorry that this took so long. I also didn't realize that I'd need to approve/launch each workflow for a contributor who was outside the hosting organization. Thanks for all the work debugging the workflow. I've approved your PR, so you should be able to go ahead an merge (otherwise I can do it). |
GitHub says I need write access to this repository to merge PRs, which I don't have. It also appeared to me that the added replacement of |
These changes should fix #34:
~
with space only if not preceded by the backslash\
using a regular expression;