Skip to content

Commit

Permalink
Add Poetry publish functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
stkbailey committed Aug 6, 2021
1 parent ba6e643 commit 84cefdf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/build-and-publish-to-pypi.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Publish Package 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/[email protected]
with:
pypi_token: ${{ secrets.pypi_api_token }}

0 comments on commit 84cefdf

Please sign in to comment.