You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening this issue and sorry it missed my inbox and I didn't see it for so long. This has been on my radar to update automations; I have this copy/pasted across many repositories and I didn't pay much attention to those now unused dependencies. I'll keep these suggestions in mind when I get around to rewriting this workflow and then populating it everywhere
Hi. 👋 As you linked your CI/CD in pypa/packaging-problems#595 (comment) I took a look and saw that you install
build
neon-messagebus-mq-connector/.github/workflows/publish_test_build.yml
Lines 22 to 24 in 46eeae4
but then don't use it
neon-messagebus-mq-connector/.github/workflows/publish_test_build.yml
Lines 33 to 35 in 46eeae4
As calling
python setup.py
directly is very deprecated I would suggest (as an internet stranger who is just butting in) that you swap this out for(you also don't need to install
wheel
asbuild
is going to install it in the virtual environment it makes anyway).cc @lgedgar given that they may want to do a similar thing given their current workflow in pypa/packaging-problems#595 (comment).
(Apologies if you find this annoying or intrusive — not the intent!)
The text was updated successfully, but these errors were encountered: