Publish using gh-action-pypi-publish@release/v1

This commit is contained in:
Simon Willison 2024-06-12 15:57:37 -07:00
commit c302357dc3

View file

@ -54,14 +54,12 @@ jobs:
${{ runner.os }}-publish-pip- ${{ runner.os }}-publish-pip-
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install setuptools wheel twine pip install setuptools wheel build
- name: Publish - name: Build
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: | run: |
python setup.py sdist bdist_wheel python -m build
twine upload dist/* - name: Publish
uses: pypa/gh-action-pypi-publish@release/v1
deploy_static_docs: deploy_static_docs:
runs-on: ubuntu-latest runs-on: ubuntu-latest