Final pypi publishing job

This commit is contained in:
Darren Eberly
2022-08-11 00:28:52 -04:00
parent 74ed4aedaf
commit f208b9b504
3 changed files with 6 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ on: push
jobs:
build-n-publish:
name: Build and public Python distribution to PyPI and TestPyPI
name: Build and Publish Python distribution to PyPI and TestPyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master