Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LemurPwned committed Feb 14, 2025
1 parent b7534de commit 3f9deb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
run: |
python -m pip install --upgrade pip
python -m pip install wheel setuptools twine
python -m pip install wheel setuptools twine packaging>=24.2
twine upload dist/*-manylinux*.whl
continue-on-error: false

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: build wheel
run: |
python -m pip install --upgrade pip
python -m pip install wheel setuptools twine
python -m pip install wheel setuptools twine packaging>=24.2
python setup.py bdist_wheel
- name: upload wheel
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
Expand Down

0 comments on commit 3f9deb0

Please sign in to comment.