Skip to content

fixing stale process handling (#14) #6

fixing stale process handling (#14)

fixing stale process handling (#14) #6

Workflow file for this run

name: Upload Python Package
on:
release:
types: [created]
workflow_dispatch:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+-dev'
- '[0-9]+.[0-9]+.[0-9]+-dev.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-rc'
- '[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
pypi:
runs-on: ubuntu-latest
name: "pypi"
steps:
- uses: davidslusser/actions_python_pypi@test
with:
pypi_username: ${{ secrets.PYPI_USERNAME }}
pypi_password: ${{ secrets.PYPI_PASSWORD }}