-
Notifications
You must be signed in to change notification settings - Fork 255
Workflows with python-semantic-release broke on 03.05.22 #442
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
Comments
Experiencing the same issue, here. |
I dived a little bit deeper into this issue, and here's what I found:
|
EDIT: Removed pointless comment I've pinned semantic release to version 7.28.1 as a workaround: - name: Python Semantic Release
uses: relekang/python-semantic-release@v7.28.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository_username: __token__
repository_password: ${{ secrets.PYPI_TOKEN }} |
same here, not sure what to do about it besides downgrade |
I can confirm @H0R5E's downgrade works |
Same issue here. |
* ci: pinned semantic release to v7.28.1 See python-semantic-release/python-semantic-release#442
Same issue here. The downgrade worked. |
+1 |
This bug report has been labelled as help wanted since there has been no activity in the last 3 weeks. It will not be closed. |
I've pinned PSR to be <7.29 as well, but unfortunately this is also affected by the recent issue with
EDIT: See below message. Although my fix worked in simple cases, it didn't work with a more recent version of PSR, and @eifinger fixed it. |
@browniebroke thanks. I tried on it on one of my repo and it works. |
I opened #476 to add the You can use my action:
I tested it on one of my projects: https://github.com/eifinger/here_routing/runs/7449031696?check_suite_focus=true |
For some reason @browniebroke's fix didn't work for me. I had to branch off the 7.28.1 release and manually add the |
@chanind what didn't work for you with my fix? |
I didn't try your version, I just tried |
Looks like it worked with @eifinger version: https://github.com/chanind/fuzzy-reasoner/runs/7480950131?check_suite_focus=true#step%3A4%3A244= I'll close my PR and edit my comment to avoid confusion |
I didn't try the eifinger version - that link is using chanind/python-semantic-release@7-28-1-packaging-fix. |
The problem
All my repo have a nightly scheduled workflow. I noticed that all which use this Github Action broke tonight. I struggle to find what the actual error is. Here is one example where the workflow broke: https://github.com/eifinger/hass-here-weather/runs/6267125839?check_suite_focus=true
I am running on the master branch so I think the latest commit broke something.
Expected behavior
The Github Action starts, checks commits, sees there is nothing to do and exits successfully.
Additional context
The text was updated successfully, but these errors were encountered: