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

mabe bug is fixed #34

Merged

Conversation

ProdByGodfather
Copy link
Owner

Steps to Reproduce:

  1. Push changes to the main branch.
  2. Observe the GitHub Actions workflow failing with the error mentioned above.

Expected Behavior:

The GitHub Actions workflow should run successfully, extracting the version from the setup.py file and publishing the package to PyPI.

Actual Behavior:

The workflow fails with a YAML syntax error.

Potential Cause:

This issue may be caused by an indentation error or incorrect formatting in the YAML file, particularly around line 38 where the error is reported.

Proposed Solution:

  • Check the indentation of the YAML file and ensure proper formatting.
  • Ensure that the run steps under the "Publish to PyPI" section are correctly formatted and properly indented.
  • Verify that the syntax of the Python commands for extracting the version from setup.py is correct.

Additional Information:

The following section in the YAML file may need closer inspection:

@ProdByGodfather ProdByGodfather added the bug Something isn't working label Jan 8, 2025
@ProdByGodfather ProdByGodfather self-assigned this Jan 8, 2025
@ProdByGodfather ProdByGodfather linked an issue Jan 8, 2025 that may be closed by this pull request
@ProdByGodfather ProdByGodfather merged commit afe1d1b into main Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue: GitHub Actions Workflow Error on Line 38
1 participant