Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
carterjfulcher committed Nov 1, 2023
1 parent d39752a commit 9991ad7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
python-version: 3.9 # Adjust the Python version to your project's requirements

# - name: Install dependencies
# run: pip install -r requirements.txt
- name: Install dependencies
run: pip install setuptools twine wheel

- name: Build and publish to PyPI
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tinyprofiler

Tiny Profiler is a sub 200 line profiling utility that records teletry from your app,
Tiny Profiler is a sub 200 line profiling utility that records telemetry from your app,
provides metrics and a flame graph to help debug latency and throughput.

## Installation
Expand Down

0 comments on commit 9991ad7

Please sign in to comment.