Skip to content

Commit

Permalink
This is terrible
Browse files Browse the repository at this point in the history
  • Loading branch information
reverendbedford committed Jan 4, 2021
1 parent 37d03cc commit 5ebb6ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
sudo apt-get install cmake libblas-dev liblapack-dev python3-setuptools python3-pip python3-dev
pip3 install --user setuptools wheel twine
pip3 install --user -r requirements.txt
- name: Test twine
run: which twine3
- name: Build and publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python3 setup.py sdist bdist_wheel
twine upload dist/*
twine3 upload dist/*

0 comments on commit 5ebb6ac

Please sign in to comment.