Skip to content

Commit

Permalink
try to debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LostInDarkMath committed May 3, 2024
1 parent 5f4c574 commit f54636a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- '*'
pull_request:
branches:
- '*'

jobs:
test:
Expand Down Expand Up @@ -45,5 +42,7 @@ jobs:
python-version: 3.12 # Specify the Python version you want to use for deployment
- name: Build and Upload to PyPI
run: |
pwd
ls -la
python setup.py bdist_wheel
twine upload dist/*.whl # Uploads the wheel file to PyPI

0 comments on commit f54636a

Please sign in to comment.