Skip to content

Commit

Permalink
fix bug (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonz5288 authored Aug 11, 2021
1 parent a086db0 commit 5950e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
PYPI_PWD: asdigouhaewr
run: |
cd python
python build.py upload --skip-build
python build.py upload --skip_build
build_and_upload_windows:
name: Build and Upload (Windows only)
Expand Down Expand Up @@ -146,4 +146,4 @@ jobs:
PYPI_PWD: ageasirlug
run: |
cd python
python build.py upload --skip-build
python build.py upload --skip_build

0 comments on commit 5950e86

Please sign in to comment.