Skip to content

Commit

Permalink
Merge pull request #51 from LemurPwned/package-build-update
Browse files Browse the repository at this point in the history
windows build update
  • Loading branch information
LemurPwned authored Jan 5, 2024
2 parents e72cf33 + 994b738 commit 4b71b36
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
if: ${{ !inputs.dry-run }}
run: |
python -m pip install --upgrade pip
python -m pip install wheel setuptools
python -m pip install twine
python -m pip install wheel setuptools twine
twine upload dist/*-manylinux*.whl
continue-on-error: false

Expand All @@ -65,12 +64,11 @@ jobs:
- name: build wheel
run: |
python -m pip install --upgrade pip
python -m pip install wheel setuptools
python -m pip install wheel setuptools twine
python setup.py bdist_wheel
- name: upload wheel
if: ${{ !inputs.dry-run }}
run: |
python3 -m pip install twine
twine upload dist/*
continue-on-error: false

Expand Down

0 comments on commit 4b71b36

Please sign in to comment.