Skip to content

Commit

Permalink
publish to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
pjknowles committed Jan 2, 2025
1 parent 37f1f5c commit 78aaff9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
timeout-minutes: 10
defaults:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -34,8 +37,9 @@ jobs:
with:
auto-update-conda: true
python-version: "3.13"
- name: Install conda packages
run: conda install -y -c conda-forge cmake c-compiler cxx-compiler
- name: Conda info
shell: bash -el {0}
run: |
conda info
conda list
Expand Down

0 comments on commit 78aaff9

Please sign in to comment.