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

Weekly release automation failing #1767

Closed
phargogh opened this issue Feb 5, 2025 · 0 comments · Fixed by #1768
Closed

Weekly release automation failing #1767

phargogh opened this issue Feb 5, 2025 · 0 comments · Fixed by #1768
Assignees
Labels
in progress This issue is actively being worked on

Comments

@phargogh
Copy link
Member

phargogh commented Feb 5, 2025

Looking back through our recent actions, our weekly release automation script has been failing with the following exception:

Traceback (most recent call last):
  File "/home/runner/work/_temp/21a0538f-cff9-4c0b-a862-769672773dac.py", line 4, in <module>
    env_file.write(f'VERSION={major}.{minor}.{int(bugfix) + 1}')
                                              ^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: 'post1+g3244770'

Looking at the logs, the version appears to be incorrectly defined as CURRENT_VERSION: 0.0.post1+g3244770

Recent log: https://github.com/natcap/invest/actions/runs/13142331388/job/36672235165

@phargogh phargogh added the in progress This issue is actively being worked on label Feb 5, 2025
@phargogh phargogh self-assigned this Feb 5, 2025
phargogh added a commit to phargogh/invest that referenced this issue Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in progress This issue is actively being worked on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant