Skip to content

Commit

Permalink
Create poetry-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahwooders authored Oct 26, 2023
1 parent be09ae4 commit 23900d4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/poetry-publish.yml
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@v3
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 23900d4

Please sign in to comment.