Delete python-publish.yml

This commit is contained in:
Nathan Thomas 2021-06-23 20:20:56 -07:00 committed by GitHub
parent a0c2bb5089
commit e6c0145a4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +0,0 @@
name: Upload Streamrip to pypi
on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.6
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}