Skip to content

Commit

Permalink
Merged PR 19709: macos fix upload folder to pypi
Browse files Browse the repository at this point in the history
macos fix upload folder to pypi
  • Loading branch information
thiesmoeller authored and Stefan Klug committed Jun 14, 2023
2 parents 9fff886 + 0880426 commit 4e1d3c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4e1d3c7

Please sign in to comment.