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

Remove PyPI publishing job from workflow #9

Merged
merged 2 commits into from
Aug 26, 2024
Merged

Remove PyPI publishing job from workflow #9

merged 2 commits into from
Aug 26, 2024

Conversation

jmborr
Copy link
Member

@jmborr jmborr commented Aug 26, 2024

The PyPI publishing steps have been removed from the GitHub Actions workflow. This change focuses the workflow solely on handling Anaconda uploads, simplifying the CI/CD setup and reducing maintenance efforts. Future PyPI publishing will need to be handled separately or reconfigured.

Description of the changes

Check all that apply:

  • added release notes (if not, provide an explanation in the work description)
  • updated documentation
  • Source added/refactored
  • Added unit tests
  • Added integration tests

References:

  • Links to IBM EWM items:
  • Links to related issues or pull requests:

Manual test for the reviewer

Check list for the reviewer

  • release notes updated, or an explanation is provided as to why release notes are unnecessary
  • best software practices
    • clearly named variables (better to be verbose in variable names)
    • code comments explaining the intent of code blocks
  • All the tests are passing
  • The documentation is up to date
  • code comments added when explaining intent

jmborr added 2 commits August 26, 2024 17:14
The PyPI publishing steps have been removed from the GitHub Actions workflow. This change focuses the workflow solely on handling Anaconda uploads, simplifying the CI/CD setup and reducing maintenance efforts. Future PyPI publishing will need to be handled separately or reconfigured.

Signed-off-by: Jose Borreguero <borreguero@gmail.com>
Changed the package name from 'mypackagename' to 'webmonchow' in the conda verification and upload steps. This ensures the correct package is processed and uploaded during the GitHub Actions workflow.

Signed-off-by: Jose Borreguero <borreguero@gmail.com>
@jmborr jmborr merged commit c0c2611 into next Aug 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant