Skip to content

Commit

Permalink
Adjust path delimiters in GitHub Actions workflows for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapets committed May 9, 2023
1 parent d039b05 commit a147efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test-cover-docs-build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ jobs:
mkdir wheelhouse
call "C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -no_logo -arch=${{ matrix.windows.arch-vs }}
python -m build --wheel
mv dist\rbcl*.whl wheelhouse
cp build\lib*\rbcl\_sodium.py src\rbcl\_sodium.py
mv dist/rbcl*.whl wheelhouse
cp build/lib*/rbcl/_sodium.py src/rbcl/_sodium.py
shell: cmd
- name: Test wheel installation.
run: |
Expand Down

0 comments on commit a147efc

Please sign in to comment.