Skip to content

Commit

Permalink
ci(test_and_lint.yml): remove publishing of build artifacts from test…
Browse files Browse the repository at this point in the history
…/lint workflow
  • Loading branch information
NodeJSmith committed Jun 15, 2024
1 parent 253abe2 commit 23f1392
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,3 @@ jobs:

- name: Run build checks
run: tox -e build

- name: Publish build artifacts
uses: actions/upload-artifact@v4
with:
name: pypi-dists
path: "./dist"

0 comments on commit 23f1392

Please sign in to comment.