Skip to content

Commit

Permalink
Some adjustments to windows github actions pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernrennfanz committed Nov 8, 2023
1 parent 8138b4d commit 01e347a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,9 @@ jobs:
- name: Publish package to (Test)PyPI
if: needs.prepare.outputs.is_release_build == 'true'
run: |
sudo pip install twine
python -m twine upload --non-interactive --skip-existing wheelhouse/*
python -m pip install twine
python -m twine upload --non-interactive --skip-existing wheelhouse\\*
shell: cmd


build-macos:
Expand Down

0 comments on commit 01e347a

Please sign in to comment.