From 041c598c353ee1bbdc213d24393879871557fc01 Mon Sep 17 00:00:00 2001 From: Thies Moeller Date: Wed, 14 Jun 2023 12:54:03 +0200 Subject: [PATCH 1/2] macos fix upload folder to pypi --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3e1344b..30c837b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -180,7 +180,7 @@ jobs: if: needs.prepare.outputs.is_release_build == 'true' run: | sudo pip3 install twine - python3 -m twine upload --non-interactive --skip-existing dist/* + python3 -m twine upload --non-interactive --skip-existing wheelhouse/* cleanup: if: always() From 088042655a408e7c0d5f3a0f2eeff62fccbd4c14 Mon Sep 17 00:00:00 2001 From: Thies Moeller Date: Wed, 14 Jun 2023 13:19:13 +0200 Subject: [PATCH 2/2] update changelog --- changelog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.txt b/changelog.txt index bbede20..4b0473c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +Version 2.2.0rc2 + - Date 2023-06-14 + - Fix upload folder location of macos + Version 2.2.0rc1 - Date 2023-06-14 - Integrate macos build for arm64