Skip to content

Commit

Permalink
update authors, make pypi-publish GHA manual
Browse files Browse the repository at this point in the history
  • Loading branch information
maltanar committed Feb 15, 2023
1 parent 9e9b5bb commit 4e1b1ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@

name: Upload to PyPI

on:
workflow_dispatch:
release:
types: [created]
on: workflow_dispatch

jobs:
deploy:
Expand All @@ -32,5 +29,5 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
python setup.py sdist
python setup.py sdist bdist_wheel
twine upload dist/*
5 changes: 5 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ Contributors
* Vladimir Loncar @vloncar
* Sioni Summers @thesps
* Jovan Mitrevski @jmitrevs
* Ian Colbert @i-colbert
* Jakoba Petri-Koenig @auphelia
* Javier Campos @jicampos
* Mirza Mrahorovic @mmrahorovic
* @thephysicsboi

0 comments on commit 4e1b1ab

Please sign in to comment.