Skip to content

Commit

Permalink
feat: update ci and package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Wazzabeee committed Apr 20, 2024
1 parent f313ee7 commit 42135bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI Pipeline

on: [push, pull_request]
on: [push]

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version = version_file.read().strip()

setup(
name="plagiarism_checker",
name="plagiarism-checker",
version=version,
packages=find_packages(),
install_requires=[
Expand Down

0 comments on commit 42135bc

Please sign in to comment.