Skip to content

Commit

Permalink
Enable deploying to PyPI (#19)
Browse files Browse the repository at this point in the history
Deploying dbt-score to PyPI via github actions when the project is
tagged.

- https://pypi.org/project/dbt-score/#history
  • Loading branch information
sercancicek authored May 10, 2024
1 parent 1894df6 commit e03a5a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
name: release
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write

steps:
Expand All @@ -18,6 +19,9 @@ jobs:
uses: pdm-project/setup-pdm@v4
with:
python-version: "3.10"
- name: Publish package distributions to PyPI
run: |
pdm publish
- name: Install dependencies
run: |
pdm sync -G docs
Expand Down

0 comments on commit e03a5a4

Please sign in to comment.