Skip to content

fix: update package build step in publish workflow#188

Merged
Alam-2U merged 1 commit intomainfrom
ealam/PyPI_issue
Feb 6, 2026
Merged

fix: update package build step in publish workflow#188
Alam-2U merged 1 commit intomainfrom
ealam/PyPI_issue

Conversation

@Alam-2U
Copy link
Copy Markdown
Contributor

@Alam-2U Alam-2U commented Feb 4, 2026

Description

The test publish workflow was failing on version bumping due to the deprecated python setup.py sdist bdist_wheel build method.

Changes

Updated .github/workflows/test_publish.yml and .github/workflows/publish.yml to use python -m build instead of deprecated python setup.py sdist bdist_wheel

Copilot AI review requested due to automatic review settings February 4, 2026 08:29
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds verbose logging to the test PyPI publish workflow to help diagnose failing PyPI publication issues.

Changes:

  • Added verbose: true parameter to the pypa/gh-action-pypi-publish action in test_publish.yml

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings February 6, 2026 06:00
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/test_publish.yml
Comment thread ai_aside/__init__.py Outdated
Comment thread ai_aside/__init__.py Outdated
Copilot AI review requested due to automatic review settings February 6, 2026 06:31
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (1)

.github/workflows/publish.yml:33

  • The verbose flag was added to test_publish.yml (line 28) but is missing from the main publish.yml workflow. For consistency and to help diagnose any publish errors in production as mentioned in the PR title, consider adding verbose: true to this workflow as well.
        uses: pypa/gh-action-pypi-publish@release/v1
        with:
          user: __token__
          password: ${{ secrets.PYPI_UPLOAD_TOKEN }}

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Alam-2U Alam-2U changed the title chore: added verbose to get details of publish error fix: update publish build workflow Feb 6, 2026
@Alam-2U Alam-2U merged commit 3a6aff2 into main Feb 6, 2026
4 checks passed
@Alam-2U Alam-2U deleted the ealam/PyPI_issue branch February 6, 2026 07:26
@Alam-2U Alam-2U changed the title fix: update publish build workflow fix: update package build step in publish workflow Feb 6, 2026
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.

3 participants