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

Fix publishing issue #442

Merged
merged 2 commits into from
Mar 5, 2025
Merged

Fix publishing issue #442

merged 2 commits into from
Mar 5, 2025

Conversation

dkropachev
Copy link
Collaborator

@dkropachev dkropachev commented Mar 5, 2025

Pre-review checklist

Does the following:

  1. Moves out build test part from build-push.yml to build-push.yml
  2. Extracts publishing step from lib-build-and-push.yml since it is not working due to invalid-publisher error when using reusable workflow  pypa/gh-action-pypi-publish#166

Fixes: #440

  • I have split my patch into logically separate commits.
  • All commit messages clearly explain what they change and why.
  • I added relevant tests for new features and bug fixes.
  • All commits compile, pass static checks and pass test.
  • PR description sums up the changes and reasons why they should be introduced.
  • I have provided docstrings for the public items that I want to introduce.
  • I have adjusted the documentation in ./docs/source/.
  • I added appropriate Fixes: annotations to PR description.

Mantaining file for building and publishing and building for testing is
complicated.
Let's split them.
@dkropachev dkropachev force-pushed the dk/fix-publishing-issue branch from 93f0983 to b01f4fe Compare March 5, 2025 09:36
There is bug in publishing github action: pypa/gh-action-pypi-publish#166
that does not allow to publish from reusable workflows.
So we have to move it out.
@dkropachev dkropachev force-pushed the dk/fix-publishing-issue branch from b01f4fe to 9247b5e Compare March 5, 2025 09:43
@dkropachev dkropachev marked this pull request as ready for review March 5, 2025 09:43
@dkropachev dkropachev changed the title Dk/fix publishing issue Fix publishing issue Mar 5, 2025
@dkropachev dkropachev merged commit d0dd9ee into master Mar 5, 2025
17 checks 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.

Investigate and find workaround for broken publishing on reusable workflow
1 participant