Skip to content

Commit

Permalink
fix: publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatologist committed Sep 2, 2021
1 parent feba7d4 commit b358b5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
pip install -r dev-requirements.txt
- name: Build and publish
run: |
python setup.py bdist_wheel
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit b358b5e

Please sign in to comment.