Skip to content

Commit

Permalink
Merge pull request #54 from EthanMarx/release-ci
Browse files Browse the repository at this point in the history
Publish CI workflow
  • Loading branch information
EthanMarx authored Jan 20, 2024
2 parents 17e6ef2 + 74b5e5b commit 6d7b7d4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Publish to PyPI

on:
release:
types: [published]

jobs:
publish:
runs-on: ubuntu-latest
environment: PyPI
steps:
- uses: actions/checkout@v2
-
name: Build and publish to pypi
uses: JRubics/[email protected]
with:
python_version: "3.10.9"
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 6d7b7d4

Please sign in to comment.