Skip to content

Commit

Permalink
Install dev requirements, pin python version for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
pwaller committed Sep 10, 2023
1 parent 9ce703e commit 1535344
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -48,14 +48,15 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python 3.11.3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
python-version: 3.11.3
cache: pip
- name: Build full dist
run: |
python -m pip install --upgrade pip
pip install -r dev-requirements.txt
make full
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 1535344

Please sign in to comment.