Skip to content

Commit

Permalink
trying a pypi publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
JoFrhwld committed Jun 25, 2024
1 parent 34704c4 commit ef8a56b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: pypi publish

on:
push:
branches:
- main

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
- uses: JRubics/poetry-publish@v2.0
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
python_version: '3.10.7'

0 comments on commit ef8a56b

Please sign in to comment.