We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fff886 + 0880426 commit 4e1d3c7Copy full SHA for 4e1d3c7
.github/workflows/main.yml
@@ -180,7 +180,7 @@ jobs:
180
if: needs.prepare.outputs.is_release_build == 'true'
181
run: |
182
sudo pip3 install twine
183
- python3 -m twine upload --non-interactive --skip-existing dist/*
+ python3 -m twine upload --non-interactive --skip-existing wheelhouse/*
184
185
cleanup:
186
if: always()
changelog.txt
@@ -1,3 +1,7 @@
1
+Version 2.2.0rc2
2
+ - Date 2023-06-14
3
+ - Fix upload folder location of macos
4
+
5
Version 2.2.0rc1
6
- Date 2023-06-14
7
- Integrate macos build for arm64
0 commit comments