Skip to content

Commit

Permalink
Keep pip from making a strange version file
Browse files Browse the repository at this point in the history
  • Loading branch information
wumphlett committed Aug 27, 2022
1 parent 9fb006c commit 1ca7c62
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .github/TEMPLATE_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Repository Traffic
uses: wumphlett/repostats@v2.0.0
uses: wumphlett/repostats@v2.0.1
env:
TRAFFIC_ACTION_TOKEN: ${{ secrets.TRAFFIC_ACTION_TOKEN }}
```
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Repository Traffic
uses: wumphlett/repostats@v2.0.0
uses: wumphlett/repostats@v2.0.1
with:
format_readme: true
env:
Expand Down
56 changes: 0 additions & 56 deletions =2.0.0

This file was deleted.

2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
with:
python-version: "3.10"

- run: pip install github-repo-traffic>=2.0.0
- run: pip install github-repo-traffic
shell: bash
- run: repo-data
shell: bash
Expand Down

0 comments on commit 1ca7c62

Please sign in to comment.