Skip to content

Commit

Permalink
Merge pull request #5 from TeknoPT/main
Browse files Browse the repository at this point in the history
Update build_and_export.yml
  • Loading branch information
TeknoPT authored Dec 7, 2023
2 parents fd574d7 + 3b370b7 commit e7aef2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
cd src/Libs
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit e7aef2d

Please sign in to comment.