Skip to content

Commit

Permalink
publish to pypi automated
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schmelzer committed May 29, 2020
1 parent 6e61133 commit 431e056
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Release

on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]'

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- run: make test

- name: Publish Python Package
uses: mariamrf/[email protected]
with:
python_version: '3.7.0'
env:
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}

0 comments on commit 431e056

Please sign in to comment.