Skip to content

Commit

Permalink
pull from github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hypsug0 committed Dec 27, 2023
2 parents 2d01158 + d5b4243 commit 5f4f6ec
Show file tree
Hide file tree
Showing 3 changed files with 388 additions and 306 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Python package
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.16
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
python_version: "3.10.9"
ignore_dev_requirements: "yes"
Loading

0 comments on commit 5f4f6ec

Please sign in to comment.