Skip to content

Commit

Permalink
Merge pull request #13 from smart-on-fhir/mg/pypi
Browse files Browse the repository at this point in the history
PyPI CI
  • Loading branch information
dogversioning authored Nov 11, 2024
2 parents 00a0beb + d7e53ea commit b130e9a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: PyPI

on:
release:
types: [created]

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
- name: Build
run: python -m build

- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
print_hash: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To install the module, run `pip install cumulus-library-suicidality-icd10`.
This will add a `cumulus-library-suicidality-icd10` study target to `cumulus-library`.

This study is built using SMART Cumulus:
* [Cumulus Library](https://docs.smarthealthit.org/cumulus/library) templates for "SQL on FHIR"
* [Cumulus Library](https://docs.smarthealthit.org/cumulus/library) for data processing
* [Chart Review](https://docs.smarthealthit.org/cumulus/chart-review/) packages for subject matter experts to label "ground truth"
* [Propensity Score Matching](https://docs.smarthealthit.org/cumulus/library/statistics/propensity-score-matching.html) (PSM) to select "case matched comparators"

Expand Down

0 comments on commit b130e9a

Please sign in to comment.