Skip to content

Commit

Permalink
Create github-flow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rgeym authored Jun 8, 2021
1 parent ddfb3a5 commit ff765db
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions github-flow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Python package
on:
push:
tags:
- 'v*.*.*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit ff765db

Please sign in to comment.