Skip to content

Commit

Permalink
Update publish_teenstudy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZM25XC authored May 11, 2023
1 parent 5f9d5eb commit 03d1aca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish_teenstudy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip build
python -m pip install --upgrade build twine
- name: Build package
run: |
python -m build --sdist --wheel --outdir dist/ .
python -m build
twine check --strict dist/*
- name: Publish package
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit 03d1aca

Please sign in to comment.