Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LostInDarkMath committed May 3, 2024
1 parent 5c7f1d3 commit 3ae0879
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
echo "TWINE_PASSWORD=${{ secrets.PYPI_PASSWORD }}" >> $GITHUB_ENV
- name: Build and Upload to PyPI
run: |
pwd
ls -la
pip install -U setuptools twine wheel
python setup.py bdist_wheel
twine upload dist/*.whl # Uploads the wheel file to PyPI

0 comments on commit 3ae0879

Please sign in to comment.