Skip to content

Commit

Permalink
Tweak build to install twine
Browse files Browse the repository at this point in the history
  • Loading branch information
gb119 committed Oct 18, 2023
1 parent b55f6da commit e0d3892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
python -m pip install twine
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit e0d3892

Please sign in to comment.