Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix release package naming discrepancy 13.3.0 #188

Merged
merged 9 commits into from
Jul 16, 2024
Prev Previous commit
Next Next commit
fix github action failures around actions-poetry
vidhyamanisankar committed Jul 16, 2024

Verified

This commit was signed with the committer’s verified signature.
vidhyamanisankar vidhyamanisankar
commit acfd32d4b3ea6a1bae8d439ca3c35a1a46e6af4a
6 changes: 3 additions & 3 deletions .github/workflows/ci-checks.yaml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
- name: Run image ${{matrix.python-version}}
uses: abatilo/[email protected]
with:
poetry-version: 1.5.1
poetry-version: 1.8.3
- name: Test ${{matrix.python-version}}
run: |-
set -e
@@ -63,7 +63,7 @@ jobs:
- name: Run image
uses: abatilo/[email protected]
with:
poetry-version: 1.5.1
poetry-version: 1.8.3
- name: Run flake8
run: |-
poetry install
@@ -84,7 +84,7 @@ jobs:
- name: Run image
uses: abatilo/[email protected]
with:
poetry-version: 1.5.1
poetry-version: 1.8.3
- name: Run Black
run: |-
poetry install
2 changes: 1 addition & 1 deletion .github/workflows/release-code.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
- name: Run image
uses: abatilo/[email protected]
with:
poetry-version: 1.5.1
poetry-version: 1.8.3
- name: build
run: poetry build
- name: Create GitHub release
Loading