Skip to content

Commit

Permalink
chore: poetry cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Feb 5, 2025
1 parent dd7a457 commit 3d00bc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 58 deletions.
55 changes: 0 additions & 55 deletions .devcontainer/devcontainer.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Python environment
uses: ./.github/actions/setup-python

- run: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
- run: echo "$PWD/.venv/bin" >> $GITHUB_PATH

- name: Run Pyright
uses: jakebailey/pyright-action@v2
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Get Version
id: version
run: |
echo "VERSION=$(poetry version -s)" >> $GITHUB_OUTPUT
echo "VERSION=$(pdm show --version)" >> $GITHUB_OUTPUT
echo "TAG=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
- name: Check Version
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
REPO=starheart/${{ github.event.repository.name }}
echo "IMAGE=${REPO,,}" >> $GITHUB_OUTPUT
echo "SCOPE=${{ hashFiles('**/poetry.lock') }}-${{ matrix.platform }}" >> $GITHUB_OUTPUT
echo "SCOPE=${{ hashFiles('**/pdm.lock') }}-${{ matrix.platform }}" >> $GITHUB_OUTPUT
PLATFORM="${{ matrix.platform }}"
echo "ARTIFACT=${PLATFORM/\//-}-digests" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 3d00bc0

Please sign in to comment.