Skip to content

Commit

Permalink
add twine in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdeleon committed Nov 1, 2024
1 parent 6d9d9fc commit 87adf6e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/setup-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ jobs:
conda activate ql
pytest
# Install twine for PyPI publishing
- name: Install twine
shell: bash -l {0}
run: |
conda activate ql
pip install twine
# Publish step for PyPI
- name: Publish to PyPI
#if: github.event_name == 'release'
Expand Down

0 comments on commit 87adf6e

Please sign in to comment.