Skip to content

Commit

Permalink
Automatic publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
oliwarner committed Oct 5, 2023
1 parent 733b43c commit 1802260
Show file tree
Hide file tree
Showing 3 changed files with 557 additions and 27 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/autopublish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: autopublish
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 }}
plugins: "poetry-dynamic-versioning-plugin"
Loading

0 comments on commit 1802260

Please sign in to comment.