Update pythonpublish.yml

This commit is contained in:
Jamie Hardt
2023-05-17 17:01:25 -07:00
committed by GitHub
parent 97ada84bfe
commit cf1d71800e

View File

@@ -24,7 +24,7 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }}
run: |
python setup.py sdist bdist_wheel
python -m build .
twine upload dist/*
- name: Report to Mastodon
uses: cbrgm/mastodon-github-action@v1.0.1