Skip to content

Commit

Permalink
Fix twine uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-kaiumov committed Sep 29, 2023
1 parent d2d97b6 commit f35e7d8
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 @@ -43,6 +43,5 @@ jobs:
python setup.py install
- name: Build and upload
run: |
python setup.py sdist
python setup.py bdist_wheel --universal
python -m twine upload --skip-existing dist/* -u ${{ secrets.TWINE_LOGIN }} -p ${{ secrets.TWINE_PASSWORD }}
python setup.py sdist bdist_wheel
python -m twine upload dist/* -u ${{ secrets.TWINE_LOGIN }} -p ${{ secrets.TWINE_PASSWORD }}

0 comments on commit f35e7d8

Please sign in to comment.