From 3440e60824562130aec921d93922cf12085e96c5 Mon Sep 17 00:00:00 2001 From: Alexander King Date: Fri, 22 Oct 2021 09:46:49 -0400 Subject: [PATCH] Add changelog entry --- changelog/9225.trivial.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/9225.trivial.rst diff --git a/changelog/9225.trivial.rst b/changelog/9225.trivial.rst new file mode 100644 index 000000000..979f7fd0c --- /dev/null +++ b/changelog/9225.trivial.rst @@ -0,0 +1 @@ +Changed the command used to create sdist and wheel artifacts: using the build package instead of setup.py.