Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmindset committed May 21, 2024
1 parent 3e548ec commit f4a33c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/insolver-pypi-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
uses: snok/install-poetry@v1
- name: Install dependencies
shell: bash
run: poetry self add poetry-version-plugin
run: |
pip install -U pip setuptools wheel
poetry self add poetry-version-plugin
- name: Build a binary wheel and a source tarball
run: poetry build
- name: Publish package to PyPI
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/insolver-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Install dependencies
shell: bash
run: |
pip install -U pip setuptools wheel
poetry install --with dev --no-interaction
- name: Lint with black
shell: bash
Expand Down

0 comments on commit f4a33c7

Please sign in to comment.