Skip to content

Composite action to build and push a Python package to a repository.

License

Notifications You must be signed in to change notification settings

dioptra-io/publish-python-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

publish-python-action

Composite action to build and push a Python package to a repository.

Usage

name: PyPI
on:
  push:
    tags: [ 'v*' ]
jobs:
  publish:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: dioptra-io/publish-python-action@v1
        with:
          password: ${{ secrets.PYPI_TOKEN }}

Inputs

Name Default
repository pypi
username __token__
password None
upload true
sdist true
wheel true

About

Composite action to build and push a Python package to a repository.

Resources

License

Stars

Watchers

Forks

Packages

No packages published