Skip to content

Commit

Permalink
Delete old script
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcrosta committed Apr 26, 2024
1 parent 3989cb2 commit 587c3f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 65 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,22 @@ jobs:
python -m pip install --upgrade pip
pip install requests toml
- name: Publish Scout Audit
- name: Test Scout Audit
id: scout-audit
if: ${{ needs.filter-paths.outputs.scout-audit == 'true' }}
run: python scripts/publish-to-crates-io.py --crate-path apps/cargo-scout-audit --dry-run

- name: Publish Dylint Linting
- name: Test Dylint Linting
id: dylint-linting
if: ${{ needs.filter-paths.outputs.dylint-linting == 'true' }}
run: python scripts/publish-to-crates-io.py --crate-path scout-audit-dylint-linting --dry-run

- name: Publish Clippy Utils
- name: Test Clippy Utils
id: clippy-utils
if: ${{ needs.filter-paths.outputs.clippy-utils == 'true' }}
run: python scripts/publish-to-crates-io.py --crate-path scout-audit-clippy-linting --dry-run

- name: Publish Clippy Config
- name: Test Clippy Config
id: clippy-config
if: ${{ needs.filter-paths.outputs.clippy-config == 'true' }}
run: python scripts/publish-to-crates-io.py --crate-path scout-audit-clippy-config --dry-run
Expand Down
61 changes: 0 additions & 61 deletions scripts/publish-to-crates-io-old.py

This file was deleted.

0 comments on commit 587c3f2

Please sign in to comment.