Skip to content

Commit

Permalink
Chore: Remove redundant setuptools files
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Watkins <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions committed Nov 23, 2023
1 parent 4db5e36 commit 4bc5dec
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 2,804 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: "Setup PDM for build commands"
uses: pdm-project/setup-pdm@v3
with:
version: 2.10.0
version: 2.10.3

- name: Update dependencies
uses: pdm-project/update-deps-action@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: "Setup PDM for build commands"
uses: pdm-project/setup-pdm@v3
with:
version: 2.10.0
version: 2.10.3

- name: "Setup Python 3.10"
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
pdm export -o requirements.txt
python -m pip install -r requirements.txt
python -m pip install .
pdm list --graph > module-graph.txt
pdm list --graph > module-graph.txt 2>&1
- name: Store the dependency graph
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: "Setup PDM for build commands"
uses: pdm-project/setup-pdm@v3
with:
version: 2.10.0
version: 2.10.3

- name: "Populate environment variables"
id: setenv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: "Setup PDM for build commands"
uses: pdm-project/setup-pdm@v3
with:
version: 2.10.0
version: 2.10.3

- name: "Setup Python ${{ matrix.python-version }}"
uses: actions/setup-python@v4
Expand Down
33 changes: 0 additions & 33 deletions Pipfile

This file was deleted.

2,453 changes: 0 additions & 2,453 deletions Pipfile.lock

This file was deleted.

314 changes: 1 addition & 313 deletions pdm.lock

Large diffs are not rendered by default.

0 comments on commit 4bc5dec

Please sign in to comment.