Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Publish Python distributions to PyPI and TestPyPI #3

Publish Python distributions to PyPI and TestPyPI

Publish Python distributions to PyPI and TestPyPI #3

Workflow file for this run

name: Publish Python distributions to PyPI and TestPyPI
on:
workflow_dispatch:
jobs:
python-build-n-publish:
name: Build and publish Python distribution
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Initialize Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Build binary wheel and a source tarball
run: python setup.py sdist
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}
repository_url: https://upload.pypi.org/legacy/