Skip to content

Commit

Permalink
update documentation, bump to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tanukihee committed Apr 17, 2024
1 parent 1967d03 commit 341e824
Show file tree
Hide file tree
Showing 8 changed files with 654 additions and 41 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Upload Python Package

on:
release:
types: [published]

jobs:
pypi-publish:
name: upload release to PyPI
runs-on: ubuntu-latest
permissions:
# This permission is needed for private repositories.
contents: read
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
- uses: actions/checkout@v3

- uses: pdm-project/setup-pdm@v3

- name: Publish package distributions to PyPI
run: pdm publish
Loading

0 comments on commit 341e824

Please sign in to comment.