Skip to content

Commit 4e1d3c7

Browse files
thiesmoellerStefan Klug
authored andcommitted
Merged PR 19709: macos fix upload folder to pypi
macos fix upload folder to pypi
2 parents 9fff886 + 0880426 commit 4e1d3c7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
if: needs.prepare.outputs.is_release_build == 'true'
181181
run: |
182182
sudo pip3 install twine
183-
python3 -m twine upload --non-interactive --skip-existing dist/*
183+
python3 -m twine upload --non-interactive --skip-existing wheelhouse/*
184184
185185
cleanup:
186186
if: always()

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 2.2.0rc2
2+
- Date 2023-06-14
3+
- Fix upload folder location of macos
4+
15
Version 2.2.0rc1
26
- Date 2023-06-14
37
- Integrate macos build for arm64

0 commit comments

Comments
 (0)