Skip to content

Commit

Permalink
Fix release script (#147)
Browse files Browse the repository at this point in the history
* make install_req_centos.sh executable

* fix windows release script filename
  • Loading branch information
philomath213 authored Aug 27, 2020
1 parent f6b4418 commit 5615412
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: .github/workflows/scripts/install_req_windows.sh
run: .github/workflows/scripts/install_req_windows.bat
- name: Setup msbuild
uses: microsoft/setup-msbuild@v1.0.0
- name: Build and publish
Expand Down
Empty file modified .github/workflows/scripts/install_req_centos.sh
100644 → 100755
Empty file.

0 comments on commit 5615412

Please sign in to comment.